MysqlSourceConfig constructor

MysqlSourceConfig({
  1. BinaryLogPosition? binaryLogPosition,
  2. MysqlRdbms? excludeObjects,
  3. Gtid? gtid,
  4. MysqlRdbms? includeObjects,
  5. int? maxConcurrentBackfillTasks,
  6. int? maxConcurrentCdcTasks,
})

Implementation

MysqlSourceConfig({
  this.binaryLogPosition,
  this.excludeObjects,
  this.gtid,
  this.includeObjects,
  this.maxConcurrentBackfillTasks,
  this.maxConcurrentCdcTasks,
});