AzureDatabricksDeltaLakeImportCommandArgs

data class AzureDatabricksDeltaLakeImportCommandArgs(val dateFormat: Output<Any>? = null, val timestampFormat: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDatabricksDeltaLakeImportCommandArgs>

Azure Databricks Delta Lake import command settings.

Constructors

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

Properties

Link copied to clipboard
val dateFormat: Output<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: Output<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
val type: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): AzureDatabricksDeltaLakeImportCommandArgs