Json Sink Response
data class JsonSinkResponse(val disableMetricsCollection: Any? = null, val formatSettings: JsonWriteSettingsResponse? = null, val maxConcurrentConnections: Any? = null, val sinkRetryCount: Any? = null, val sinkRetryWait: Any? = null, val storeSettings: Any? = null, val type: String, val writeBatchSize: Any? = null, val writeBatchTimeout: Any? = null)
A copy activity Json sink.
Constructors
Link copied to clipboard
constructor(disableMetricsCollection: Any? = null, formatSettings: JsonWriteSettingsResponse? = null, maxConcurrentConnections: Any? = null, sinkRetryCount: Any? = null, sinkRetryWait: Any? = null, storeSettings: Any? = null, type: String, writeBatchSize: Any? = null, writeBatchTimeout: Any? = null)
Properties
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 sink data store. Type: integer (or Expression with resultType integer).
Link copied to clipboard
Sink retry count. Type: integer (or Expression with resultType integer).
Link copied to clipboard
Sink 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.
Link copied to clipboard
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
Link copied to clipboard
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).