MysqlSourceConfig constructor

MysqlSourceConfig({
  1. MysqlRdbms? excludeObjects,
  2. MysqlRdbms? includeObjects,
  3. int? maxConcurrentBackfillTasks,
  4. int? maxConcurrentCdcTasks,
})

Implementation

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