StreamSourceConfigSqlServerSourceConfigArgs

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

Constructors

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

Properties

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.

Functions

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