Json Sink Args
data class JsonSinkArgs(val disableMetricsCollection: Output<Any>? = null, val formatSettings: Output<JsonWriteSettingsArgs>? = 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<JsonSinkArgs>
A copy activity Json sink.
Constructors
Link copied to clipboard
fun JsonSinkArgs(disableMetricsCollection: Output<Any>? = null, formatSettings: Output<JsonWriteSettingsArgs>? = 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)