Binary Source Args
data class BinarySourceArgs(val disableMetricsCollection: Output<Any>? = null, val formatSettings: Output<BinaryReadSettingsArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<BinarySourceArgs>
A copy activity Binary source.
Constructors
Link copied to clipboard
fun BinarySourceArgs(disableMetricsCollection: Output<Any>? = null, formatSettings: Output<BinaryReadSettingsArgs>? = null, maxConcurrentConnections: Output<Any>? = null, sourceRetryCount: Output<Any>? = null, sourceRetryWait: Output<Any>? = null, storeSettings: Output<Any>? = null, type: Output<String>)