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