AzureDatabricksDeltaLakeExportCommandResponse

data class AzureDatabricksDeltaLakeExportCommandResponse(val dateFormat: Any? = null, val timestampFormat: Any? = null, val type: String)

Azure Databricks Delta Lake export command settings.

Constructors

constructor(dateFormat: Any? = null, timestampFormat: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dateFormat: Any? = null

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

Link copied to clipboard
val timestampFormat: Any? = null

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

Link copied to clipboard

The export setting type. Expected value is 'AzureDatabricksDeltaLakeExportCommand'.