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
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
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
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 |