PostgresqlSourceConfigResponse

data class PostgresqlSourceConfigResponse(val excludeObjects: PostgresqlRdbmsResponse, val includeObjects: PostgresqlRdbmsResponse, val maxConcurrentBackfillTasks: Int, val publication: String, val replicationSlot: String)

PostgreSQL data source configuration

Constructors

Link copied to clipboard
constructor(excludeObjects: PostgresqlRdbmsResponse, includeObjects: PostgresqlRdbmsResponse, maxConcurrentBackfillTasks: Int, publication: String, replicationSlot: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

PostgreSQL objects to exclude from the stream.

Link copied to clipboard

PostgreSQL objects to include in the stream.

Link copied to clipboard

Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.

Link copied to clipboard

The name of the publication that includes the set of all tables that are defined in the stream's include_objects.

Link copied to clipboard

Immutable. The name of the logical replication slot that's configured with the pgoutput plugin.