Stream Source Config Postgresql Source Config Include Objects Postgresql Schema Postgresql Table
data class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTable(val postgresqlColumns: List<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn>? = null, val table: String)
Constructors
Link copied to clipboard
constructor(postgresqlColumns: List<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn>? = null, table: String)
Properties
Link copied to clipboard
val postgresqlColumns: List<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn>? = null
PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything. Structure is documented below.