Stream Source Config Mysql Source Config
data class StreamSourceConfigMysqlSourceConfig(val excludeObjects: StreamSourceConfigMysqlSourceConfigExcludeObjects? = null, val includeObjects: StreamSourceConfigMysqlSourceConfigIncludeObjects? = null, val maxConcurrentBackfillTasks: Int? = null, val maxConcurrentCdcTasks: Int? = null)
Constructors
Link copied to clipboard
fun StreamSourceConfigMysqlSourceConfig(excludeObjects: StreamSourceConfigMysqlSourceConfigExcludeObjects? = null, includeObjects: StreamSourceConfigMysqlSourceConfigIncludeObjects? = null, maxConcurrentBackfillTasks: Int? = null, maxConcurrentCdcTasks: Int? = null)