Azure Databricks Delta Lake Export Command Args
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
Link copied to clipboard
fun AzureDatabricksDeltaLakeExportCommandArgs(dateFormat: Output<Any>? = null, timestampFormat: Output<Any>? = null, type: Output<String>)