Class: Google::Cloud::Datastream::V1::MongodbSourceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::MongodbSourceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
MongoDB source configuration.
Instance Attribute Summary collapse
-
#exclude_objects ⇒ ::Google::Cloud::Datastream::V1::MongodbCluster
MongoDB collections to exclude from the stream.
-
#include_objects ⇒ ::Google::Cloud::Datastream::V1::MongodbCluster
MongoDB collections to include in the stream.
-
#max_concurrent_backfill_tasks ⇒ ::Integer
Optional.
Instance Attribute Details
#exclude_objects ⇒ ::Google::Cloud::Datastream::V1::MongodbCluster
Returns MongoDB collections to exclude from the stream.
1305 1306 1307 1308 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1305 class MongodbSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_objects ⇒ ::Google::Cloud::Datastream::V1::MongodbCluster
Returns MongoDB collections to include in the stream.
1305 1306 1307 1308 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1305 class MongodbSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_concurrent_backfill_tasks ⇒ ::Integer
Returns Optional. Maximum number of concurrent backfill tasks. The number should be non-negative and less than or equal to 50. If not set (or set to 0), the system's default value is used.
1305 1306 1307 1308 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1305 class MongodbSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |