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