Oracle Sink Args
data class OracleSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<OracleSinkArgs>
A copy activity Oracle sink.
Constructors
Link copied to clipboard
constructor(disableMetricsCollection: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, preCopyScript: Output<Any>? = null, sinkRetryCount: Output<Any>? = null, sinkRetryWait: Output<Any>? = null, type: Output<String>, writeBatchSize: Output<Any>? = null, writeBatchTimeout: Output<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
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
Link copied to clipboard
SQL pre-copy script. Type: string (or Expression with resultType string).
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
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)).