Postgresql Source Config Response
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
fun PostgresqlSourceConfigResponse(excludeObjects: PostgresqlRdbmsResponse, includeObjects: PostgresqlRdbmsResponse, maxConcurrentBackfillTasks: Int, publication: String, replicationSlot: String)