AzureDatabricksDeltaLakeImportCommand Class

Definition

Azure Databricks Delta Lake import command settings.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureDatabricksDeltaLakeImportCommand+AzureDatabricksDeltaLakeImportCommandConverter))]
public class AzureDatabricksDeltaLakeImportCommand : Azure.Analytics.Synapse.Artifacts.Models.ImportSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureDatabricksDeltaLakeImportCommand+AzureDatabricksDeltaLakeImportCommandConverter))>]
type AzureDatabricksDeltaLakeImportCommand = class
    inherit ImportSettings
Public Class AzureDatabricksDeltaLakeImportCommand
Inherits ImportSettings
Inheritance
AzureDatabricksDeltaLakeImportCommand
Attributes

Constructors

AzureDatabricksDeltaLakeImportCommand()

Initializes a new instance of AzureDatabricksDeltaLakeImportCommand.

Properties

AdditionalProperties

Additional Properties.

(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).

Applies to