Azure Table Sink Args
data class AzureTableSinkArgs(val azureTableDefaultPartitionKeyValue: Output<Any>? = null, val azureTableInsertType: Output<Any>? = null, val azureTablePartitionKeyName: Output<Any>? = null, val azureTableRowKeyName: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: 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<AzureTableSinkArgs>
A copy activity Azure Table sink.
Constructors
Link copied to clipboard
fun AzureTableSinkArgs(azureTableDefaultPartitionKeyValue: Output<Any>? = null, azureTableInsertType: Output<Any>? = null, azureTablePartitionKeyName: Output<Any>? = null, azureTableRowKeyName: Output<Any>? = null, disableMetricsCollection: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, sinkRetryCount: Output<Any>? = null, sinkRetryWait: Output<Any>? = null, type: Output<String>, writeBatchSize: Output<Any>? = null, writeBatchTimeout: Output<Any>? = null)