TeradataImportCommand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Teradata import command settings.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TeradataImportCommand+TeradataImportCommandConverter))]
public class TeradataImportCommand : Azure.Analytics.Synapse.Artifacts.Models.ImportSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TeradataImportCommand+TeradataImportCommandConverter))>]
type TeradataImportCommand = class
inherit ImportSettings
Public Class TeradataImportCommand
Inherits ImportSettings
- Inheritance
- Attributes
Constructors
TeradataImportCommand() |
Initializes a new instance of TeradataImportCommand. |
Properties
AdditionalFormatOptions |
Additional format options for Teradata Copy Command. The format options only applies to direct copy from CSV source. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "timeFormat": "HHhMImSSs" }. |
AdditionalProperties |
Additional Properties. (Inherited from ImportSettings) |
Applies to
Azure SDK for .NET