Azure Databricks Delta Lake Sink Args
data class AzureDatabricksDeltaLakeSinkArgs(val disableMetricsCollection: Output<Any>? = null, val importSettings: Output<AzureDatabricksDeltaLakeImportCommandArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<AzureDatabricksDeltaLakeSinkArgs>
A copy activity Azure Databricks Delta Lake sink.
Constructors
Link copied to clipboard
fun AzureDatabricksDeltaLakeSinkArgs(disableMetricsCollection: Output<Any>? = null, importSettings: Output<AzureDatabricksDeltaLakeImportCommandArgs>? = null, maxConcurrentConnections: Output<Any>? = null, preCopyScript: Output<Any>? = null, sinkRetryCount: Output<Any>? = null, sinkRetryWait: Output<Any>? = null, type: Output<String>, writeBatchSize: Output<Any>? = null, writeBatchTimeout: Output<Any>? = null)