OracleSourceConfig constructor

OracleSourceConfig({
  1. BinaryLogParser? binaryLogParser,
  2. String? cdcStartPosition,
  3. LogMiner? logMiner,
  4. int? maxConcurrentCdcConnections,
  5. int? maxConcurrentFullDumpConnections,
  6. bool? skipFullDump,
})

Implementation

OracleSourceConfig({
  this.binaryLogParser,
  this.cdcStartPosition,
  this.logMiner,
  this.maxConcurrentCdcConnections,
  this.maxConcurrentFullDumpConnections,
  this.skipFullDump,
});