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