AzureDatabricksDeltaLakeExportCommand Class

Definition

Azure Databricks Delta Lake export command settings.

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

Constructors

AzureDatabricksDeltaLakeExportCommand()

Initializes a new instance of AzureDatabricksDeltaLakeExportCommand.

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

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

TimestampFormat

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

Explicit Interface Implementations

IJsonModel<AzureDatabricksDeltaLakeExportCommand>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureDatabricksDeltaLakeExportCommand>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ExportSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ExportSettings)
IPersistableModel<AzureDatabricksDeltaLakeExportCommand>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureDatabricksDeltaLakeExportCommand>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureDatabricksDeltaLakeExportCommand>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ExportSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ExportSettings)

Applies to