StreamSourceConfigSqlServerSourceConfigArgs

data class StreamSourceConfigSqlServerSourceConfigArgs(val changeTables: Output<StreamSourceConfigSqlServerSourceConfigChangeTablesArgs>? = null, val excludeObjects: Output<StreamSourceConfigSqlServerSourceConfigExcludeObjectsArgs>? = null, val includeObjects: Output<StreamSourceConfigSqlServerSourceConfigIncludeObjectsArgs>? = null, val maxConcurrentBackfillTasks: Output<Int>? = null, val maxConcurrentCdcTasks: Output<Int>? = null, val transactionLogs: Output<StreamSourceConfigSqlServerSourceConfigTransactionLogsArgs>? = null) : ConvertibleToJava<StreamSourceConfigSqlServerSourceConfigArgs>

Constructors

constructor(changeTables: Output<StreamSourceConfigSqlServerSourceConfigChangeTablesArgs>? = null, excludeObjects: Output<StreamSourceConfigSqlServerSourceConfigExcludeObjectsArgs>? = null, includeObjects: Output<StreamSourceConfigSqlServerSourceConfigIncludeObjectsArgs>? = null, maxConcurrentBackfillTasks: Output<Int>? = null, maxConcurrentCdcTasks: Output<Int>? = null, transactionLogs: Output<StreamSourceConfigSqlServerSourceConfigTransactionLogsArgs>? = null)

Properties

Link copied to clipboard

CDC reader reads from change tables.

Link copied to clipboard

SQL Server objects to exclude from the stream. Structure is documented below.

Link copied to clipboard

SQL Server objects to retrieve from the source. Structure is documented below.

Link copied to clipboard
val maxConcurrentBackfillTasks: Output<Int>? = null

Max concurrent backfill tasks.

Link copied to clipboard
val maxConcurrentCdcTasks: Output<Int>? = null

Max concurrent CDC tasks.

Link copied to clipboard

CDC reader reads from transaction logs.

Functions

Link copied to clipboard
open override fun toJava(): StreamSourceConfigSqlServerSourceConfigArgs