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

The import setting type.

Inherited Properties

additionalProperties

Additional properties

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

The import setting type.

type: "AzureDatabricksDeltaLakeImportCommand"

Property Value

"AzureDatabricksDeltaLakeImportCommand"

Inherited Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

Inherited From ImportSettings.additionalProperties