PostgresqlSourceConfig constructor
PostgresqlSourceConfig({
- PostgresqlRdbms? excludeObjects,
- PostgresqlRdbms? includeObjects,
- int? maxConcurrentBackfillTasks,
- String? publication,
- String? replicationSlot,
Implementation
PostgresqlSourceConfig({
this.excludeObjects,
this.includeObjects,
this.maxConcurrentBackfillTasks,
this.publication,
this.replicationSlot,
});