OracleSourceConfig constructor

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

Implementation

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