Stream Source Config Mysql Source Config Exclude Objects Mysql Database
data class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabase(val database: String, val mysqlTables: List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTable>? = null)
Constructors
Link copied to clipboard
constructor(database: String, mysqlTables: List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTable>? = null)
Properties
Link copied to clipboard
val mysqlTables: List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTable>? = null
Tables in the database. Structure is documented below.