Json Source Args
data class JsonSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val formatSettings: Output<JsonReadSettingsArgs>? = 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<JsonSourceArgs>
A copy activity Json source.
Constructors
Link copied to clipboard
constructor(additionalColumns: Output<Any>? = null, disableMetricsCollection: Output<Any>? = null, formatSettings: Output<JsonReadSettingsArgs>? = null, maxConcurrentConnections: Output<Any>? = null, sourceRetryCount: Output<Any>? = null, sourceRetryWait: Output<Any>? = null, storeSettings: Output<Any>? = null, type: Output<String>)
Properties
Link copied to clipboard
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
Link copied to clipboard
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Link copied to clipboard
Json format settings.
Link copied to clipboard
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Link copied to clipboard
Source retry count. Type: integer (or Expression with resultType integer).
Link copied to clipboard
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).
Link copied to clipboard
Json store settings.