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