Поделиться через


TeradataImportCommand Class

Definition

Teradata import command settings.

public class TeradataImportCommand : Azure.ResourceManager.DataFactory.Models.ImportSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.TeradataImportCommand>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.TeradataImportCommand>
type TeradataImportCommand = class
    inherit ImportSettings
    interface IJsonModel<TeradataImportCommand>
    interface IPersistableModel<TeradataImportCommand>
Public Class TeradataImportCommand
Inherits ImportSettings
Implements IJsonModel(Of TeradataImportCommand), IPersistableModel(Of TeradataImportCommand)
Inheritance
TeradataImportCommand
Implements

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

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

(Inherited from ImportSettings)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ImportSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ImportSettings)
IJsonModel<ImportSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ImportSettings)
IJsonModel<TeradataImportCommand>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TeradataImportCommand>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ImportSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ImportSettings)
IPersistableModel<ImportSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ImportSettings)
IPersistableModel<ImportSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ImportSettings)
IPersistableModel<TeradataImportCommand>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TeradataImportCommand>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TeradataImportCommand>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to