PostgresqlSourceConfig constructor

PostgresqlSourceConfig({
  1. PostgresqlRdbms? excludeObjects,
  2. PostgresqlRdbms? includeObjects,
  3. int? maxConcurrentBackfillTasks,
  4. String? publication,
  5. String? replicationSlot,
})

Implementation

PostgresqlSourceConfig({
  this.excludeObjects,
  this.includeObjects,
  this.maxConcurrentBackfillTasks,
  this.publication,
  this.replicationSlot,
});