StreamSourceConfigOracleSourceConfigArgs

data class StreamSourceConfigOracleSourceConfigArgs(val dropLargeObjects: Output<StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs>? = null, val excludeObjects: Output<StreamSourceConfigOracleSourceConfigExcludeObjectsArgs>? = null, val includeObjects: Output<StreamSourceConfigOracleSourceConfigIncludeObjectsArgs>? = null, val maxConcurrentBackfillTasks: Output<Int>? = null, val maxConcurrentCdcTasks: Output<Int>? = null, val streamLargeObjects: Output<StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs>? = null) : ConvertibleToJava<StreamSourceConfigOracleSourceConfigArgs>

Constructors

Link copied to clipboard
constructor(dropLargeObjects: Output<StreamSourceConfigOracleSourceConfigDropLargeObjectsArgs>? = null, excludeObjects: Output<StreamSourceConfigOracleSourceConfigExcludeObjectsArgs>? = null, includeObjects: Output<StreamSourceConfigOracleSourceConfigIncludeObjectsArgs>? = null, maxConcurrentBackfillTasks: Output<Int>? = null, maxConcurrentCdcTasks: Output<Int>? = null, streamLargeObjects: Output<StreamSourceConfigOracleSourceConfigStreamLargeObjectsArgs>? = null)

Properties

Link copied to clipboard

Configuration to drop large object values.

Link copied to clipboard

Oracle objects to exclude from the stream. Structure is documented below.

Link copied to clipboard

Oracle objects to retrieve from the source. Structure is documented below.

Link copied to clipboard
val maxConcurrentBackfillTasks: Output<Int>? = null

Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.

Link copied to clipboard
val maxConcurrentCdcTasks: Output<Int>? = null

Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.

Link copied to clipboard

Configuration to drop large object values.

Functions

Link copied to clipboard
open override fun toJava(): StreamSourceConfigOracleSourceConfigArgs