AzureDatabricksDeltaLakeImportCommand Class

Definition

Azure Databricks Delta Lake import command settings.

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

Constructors

AzureDatabricksDeltaLakeImportCommand()

Initializes a new instance of AzureDatabricksDeltaLakeImportCommand.

Properties

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)
DateFormat

Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).

TimestampFormat

Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).

Explicit Interface Implementations

IJsonModel<AzureDatabricksDeltaLakeImportCommand>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureDatabricksDeltaLakeImportCommand>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<AzureDatabricksDeltaLakeImportCommand>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureDatabricksDeltaLakeImportCommand>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureDatabricksDeltaLakeImportCommand>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to