Binary Sink Args
data class BinarySinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<BinarySinkArgs>
A copy activity Binary sink.
Constructors
Link copied to clipboard
fun BinarySinkArgs(disableMetricsCollection: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, sinkRetryCount: Output<Any>? = null, sinkRetryWait: Output<Any>? = null, storeSettings: Output<Any>? = null, type: Output<String>, writeBatchSize: Output<Any>? = null, writeBatchTimeout: Output<Any>? = null)