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 | The export setting type. |
Inherited Properties
| additional |
Additional properties |
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
The export setting type.
type: "AzureDatabricksDeltaLakeExportCommand"
Property Value
"AzureDatabricksDeltaLakeExportCommand"
Inherited Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
Inherited From ExportSettings.additionalProperties