AzureDatabricksDeltaLakeExportCommand interface
Azure Databricks Delta Lake export command settings.
- Extends
Properties
date |
Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). |
timestamp |
Specify the timestamp format for the 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 the 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 the 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: "AzureDatabricksDeltaLakeExportCommand"
Property Value
"AzureDatabricksDeltaLakeExportCommand"