Package version:

Interface AzureDatabricksDeltaLakeExportCommand

Azure Databricks Delta Lake export command settings.

interface AzureDatabricksDeltaLakeExportCommand {
    dateFormat?: any;
    timestampFormat?: any;
    type: "AzureDatabricksDeltaLakeExportCommand";
}

Hierarchy (view full)

Properties

dateFormat?: any

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

timestampFormat?: any

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