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