Delimited Text Source Args
data class DelimitedTextSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val formatSettings: Output<DelimitedTextReadSettingsArgs>? = 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<DelimitedTextSourceArgs>
A copy activity DelimitedText source.
Constructors
Link copied to clipboard
fun DelimitedTextSourceArgs(additionalColumns: Output<Any>? = null, disableMetricsCollection: Output<Any>? = null, formatSettings: Output<DelimitedTextReadSettingsArgs>? = null, maxConcurrentConnections: Output<Any>? = null, sourceRetryCount: Output<Any>? = null, sourceRetryWait: Output<Any>? = null, storeSettings: Output<Any>? = null, type: Output<String>)