AzureDatabricksDeltaLakeImportCommandResponse

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

Azure Databricks Delta Lake import 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 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 csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).

Link copied to clipboard

The import setting type. Expected value is 'AzureDatabricksDeltaLakeImportCommand'.