Stream Source Config Mysql Source Config Exclude Objects Mysql Database Mysql Table
data class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTable(val mysqlColumns: List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumn>? = null, val table: String)
Constructors
Link copied to clipboard
constructor(mysqlColumns: List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumn>? = null, table: String)
Properties
Link copied to clipboard
val mysqlColumns: List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableMysqlColumn>? = null
MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything. Structure is documented below.