AzureDatabricksDeltaLakeImportCommand interface

Azure Databricks Delta Lake import command settings.

Extends

Properties

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

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

dateFormat

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

dateFormat?: any

Property Value

any

timestampFormat

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

timestampFormat?: any

Property Value

any

type

Polymorphic discriminator, which specifies the different types this object can be

type: "AzureDatabricksDeltaLakeImportCommand"

Property Value

"AzureDatabricksDeltaLakeImportCommand"