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