Class: Google::Cloud::Datastream::V1::SqlServerSourceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SqlServerSourceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
SQLServer data source configuration
Instance Attribute Summary collapse
-
#change_tables ⇒ ::Google::Cloud::Datastream::V1::SqlServerChangeTables
CDC reader reads from change tables.
-
#exclude_objects ⇒ ::Google::Cloud::Datastream::V1::SqlServerRdbms
SQLServer objects to exclude from the stream.
-
#include_objects ⇒ ::Google::Cloud::Datastream::V1::SqlServerRdbms
SQLServer objects to include in the stream.
-
#max_concurrent_backfill_tasks ⇒ ::Integer
Max concurrent backfill tasks.
-
#max_concurrent_cdc_tasks ⇒ ::Integer
Max concurrent CDC tasks.
-
#transaction_logs ⇒ ::Google::Cloud::Datastream::V1::SqlServerTransactionLogs
CDC reader reads from transaction logs.
Instance Attribute Details
#change_tables ⇒ ::Google::Cloud::Datastream::V1::SqlServerChangeTables
Returns CDC reader reads from change tables.
766 767 768 769 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 766 class SqlServerSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#exclude_objects ⇒ ::Google::Cloud::Datastream::V1::SqlServerRdbms
Returns SQLServer objects to exclude from the stream.
766 767 768 769 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 766 class SqlServerSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_objects ⇒ ::Google::Cloud::Datastream::V1::SqlServerRdbms
Returns SQLServer objects to include in the stream.
766 767 768 769 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 766 class SqlServerSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_concurrent_backfill_tasks ⇒ ::Integer
Returns Max concurrent backfill tasks.
766 767 768 769 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 766 class SqlServerSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_concurrent_cdc_tasks ⇒ ::Integer
Returns Max concurrent CDC tasks.
766 767 768 769 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 766 class SqlServerSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transaction_logs ⇒ ::Google::Cloud::Datastream::V1::SqlServerTransactionLogs
Returns CDC reader reads from transaction logs.
766 767 768 769 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 766 class SqlServerSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |