OracleSourceConfig constructor
OracleSourceConfig({
- DropLargeObjects? dropLargeObjects,
- OracleRdbms? excludeObjects,
- OracleRdbms? includeObjects,
- int? maxConcurrentBackfillTasks,
- int? maxConcurrentCdcTasks,
- StreamLargeObjects? streamLargeObjects,
Implementation
OracleSourceConfig({
this.dropLargeObjects,
this.excludeObjects,
this.includeObjects,
this.maxConcurrentBackfillTasks,
this.maxConcurrentCdcTasks,
this.streamLargeObjects,
});