Class: Google::Cloud::Datastream::V1::MysqlSourceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::MysqlSourceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
MySQL source configuration
Instance Attribute Summary collapse
-
#exclude_objects ⇒ ::Google::Cloud::Datastream::V1::MysqlRdbms
MySQL objects to exclude from the stream.
-
#include_objects ⇒ ::Google::Cloud::Datastream::V1::MysqlRdbms
MySQL objects to retrieve from the source.
-
#max_concurrent_backfill_tasks ⇒ ::Integer
Maximum number of concurrent backfill tasks.
-
#max_concurrent_cdc_tasks ⇒ ::Integer
Maximum number of concurrent CDC tasks.
Instance Attribute Details
#exclude_objects ⇒ ::Google::Cloud::Datastream::V1::MysqlRdbms
Returns MySQL objects to exclude from the stream.
634 635 636 637 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 634 class MysqlSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_objects ⇒ ::Google::Cloud::Datastream::V1::MysqlRdbms
Returns MySQL objects to retrieve from the source.
634 635 636 637 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 634 class MysqlSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_concurrent_backfill_tasks ⇒ ::Integer
Returns Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.
634 635 636 637 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 634 class MysqlSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_concurrent_cdc_tasks ⇒ ::Integer
Returns Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.
634 635 636 637 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 634 class MysqlSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |