Stream Source Config Oracle Source Config
data class StreamSourceConfigOracleSourceConfig(val dropLargeObjects: StreamSourceConfigOracleSourceConfigDropLargeObjects? = null, val excludeObjects: StreamSourceConfigOracleSourceConfigExcludeObjects? = null, val includeObjects: StreamSourceConfigOracleSourceConfigIncludeObjects? = null, val maxConcurrentBackfillTasks: Int? = null, val maxConcurrentCdcTasks: Int? = null, val streamLargeObjects: StreamSourceConfigOracleSourceConfigStreamLargeObjects? = null)
Constructors
Link copied to clipboard
constructor(dropLargeObjects: StreamSourceConfigOracleSourceConfigDropLargeObjects? = null, excludeObjects: StreamSourceConfigOracleSourceConfigExcludeObjects? = null, includeObjects: StreamSourceConfigOracleSourceConfigIncludeObjects? = null, maxConcurrentBackfillTasks: Int? = null, maxConcurrentCdcTasks: Int? = null, streamLargeObjects: StreamSourceConfigOracleSourceConfigStreamLargeObjects? = 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
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
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.