MysqlSourceConfigResponse

data class MysqlSourceConfigResponse(val excludeObjects: MysqlRdbmsResponse, val includeObjects: MysqlRdbmsResponse, val maxConcurrentBackfillTasks: Int, val maxConcurrentCdcTasks: Int)

MySQL source configuration

Constructors

Link copied to clipboard
constructor(excludeObjects: MysqlRdbmsResponse, includeObjects: MysqlRdbmsResponse, maxConcurrentBackfillTasks: Int, maxConcurrentCdcTasks: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

MySQL objects to exclude from the stream.

Link copied to clipboard

MySQL objects to retrieve from the source.

Link copied to clipboard

Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.

Link copied to clipboard

Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.