Reference documentation and code samples for the Google Cloud Datastream V1 Client class SqlServerSourceConfig.
SQLServer data source configuration
Generated from protobuf message google.cloud.datastream.v1.SqlServerSourceConfig
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ include_objects
↳ exclude_objects
↳ max_concurrent_cdc_tasks
int
Max concurrent CDC tasks.
↳ max_concurrent_backfill_tasks
int
Max concurrent backfill tasks.
↳ transaction_logs
↳ change_tables
getIncludeObjects
SQLServer objects to include in the stream.
hasIncludeObjects
clearIncludeObjects
setIncludeObjects
SQLServer objects to include in the stream.
$this
getExcludeObjects
SQLServer objects to exclude from the stream.
hasExcludeObjects
clearExcludeObjects
setExcludeObjects
SQLServer objects to exclude from the stream.
$this
getMaxConcurrentCdcTasks
Max concurrent CDC tasks.
int
setMaxConcurrentCdcTasks
Max concurrent CDC tasks.
var
int
$this
getMaxConcurrentBackfillTasks
Max concurrent backfill tasks.
int
setMaxConcurrentBackfillTasks
Max concurrent backfill tasks.
var
int
$this
getTransactionLogs
CDC reader reads from transaction logs.
hasTransactionLogs
setTransactionLogs
CDC reader reads from transaction logs.
$this
getChangeTables
CDC reader reads from change tables.
hasChangeTables
setChangeTables
CDC reader reads from change tables.
$this
getCdcMethod
string