SqlServerSourceConfig constructor

SqlServerSourceConfig({
  1. SqlServerChangeTables? changeTables,
  2. SqlServerRdbms? excludeObjects,
  3. SqlServerRdbms? includeObjects,
  4. int? maxConcurrentBackfillTasks,
  5. int? maxConcurrentCdcTasks,
  6. SqlServerTransactionLogs? transactionLogs,
})

Implementation

SqlServerSourceConfig({
  this.changeTables,
  this.excludeObjects,
  this.includeObjects,
  this.maxConcurrentBackfillTasks,
  this.maxConcurrentCdcTasks,
  this.transactionLogs,
});