OracleSourceConfig constructor

OracleSourceConfig({
  1. DropLargeObjects? dropLargeObjects,
  2. OracleRdbms? excludeObjects,
  3. OracleRdbms? includeObjects,
  4. int? maxConcurrentBackfillTasks,
  5. int? maxConcurrentCdcTasks,
  6. StreamLargeObjects? streamLargeObjects,
})

Implementation

OracleSourceConfig({
  this.dropLargeObjects,
  this.excludeObjects,
  this.includeObjects,
  this.maxConcurrentBackfillTasks,
  this.maxConcurrentCdcTasks,
  this.streamLargeObjects,
});