Oracle Source Config Response
data class OracleSourceConfigResponse(val dropLargeObjects: DropLargeObjectsResponse, val excludeObjects: OracleRdbmsResponse, val includeObjects: OracleRdbmsResponse, val maxConcurrentBackfillTasks: Int, val maxConcurrentCdcTasks: Int, val streamLargeObjects: StreamLargeObjectsResponse)
Oracle data source configuration
Constructors
Link copied to clipboard
constructor(dropLargeObjects: DropLargeObjectsResponse, excludeObjects: OracleRdbmsResponse, includeObjects: OracleRdbmsResponse, maxConcurrentBackfillTasks: Int, maxConcurrentCdcTasks: Int, streamLargeObjects: StreamLargeObjectsResponse)
Properties
Link copied to clipboard
Drop large object values.
Link copied to clipboard
Oracle objects to exclude from the stream.
Link copied to clipboard
Oracle objects to include in the stream.
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 is 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 is used.
Link copied to clipboard
Stream large object values. NOTE: This feature is currently experimental.