SqlServerSourceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
SQLServer data source configuration
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
include_objects |
google.cloud.datastream_v1.types.SqlServerRdbms
SQLServer objects to include in the stream. |
exclude_objects |
google.cloud.datastream_v1.types.SqlServerRdbms
SQLServer objects to exclude from the stream. |
max_concurrent_cdc_tasks |
int
Max concurrent CDC tasks. |
max_concurrent_backfill_tasks |
int
Max concurrent backfill tasks. |
transaction_logs |
google.cloud.datastream_v1.types.SqlServerTransactionLogs
CDC reader reads from transaction logs. This field is a member of oneof _ cdc_method .
|
change_tables |
google.cloud.datastream_v1.types.SqlServerChangeTables
CDC reader reads from change tables. This field is a member of oneof _ cdc_method .
|