MysqlSourceConfig constructor
      
      MysqlSourceConfig({ 
    
    
- BinaryLogPosition? binaryLogPosition,
- MysqlRdbms? excludeObjects,
- Gtid? gtid,
- MysqlRdbms? includeObjects,
- int? maxConcurrentBackfillTasks,
- int? maxConcurrentCdcTasks,
Implementation
MysqlSourceConfig({
  this.binaryLogPosition,
  this.excludeObjects,
  this.gtid,
  this.includeObjects,
  this.maxConcurrentBackfillTasks,
  this.maxConcurrentCdcTasks,
});