AzureDatabricksDeltaLakeExportCommandArgs

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

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

Link copied to clipboard
val type: Output<String>

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

Functions

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