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