Stream Source Config Postgresql Source Config Exclude Objects Postgresql Schema
data class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchema(val postgresqlTables: List<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTable>? = null, val schema: String)
Constructors
Link copied to clipboard
constructor(postgresqlTables: List<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTable>? = null, schema: String)
Properties
Link copied to clipboard
val postgresqlTables: List<StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTable>? = null
Tables in the schema. Structure is documented below.