Datastream V1 API - Class Google::Cloud::Datastream::V1::MongodbSourceConfig (v1.3.0)

Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::MongodbSourceConfig.

MongoDB source configuration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#exclude_objects

def exclude_objects() -> ::Google::Cloud::Datastream::V1::MongodbCluster
Returns

#exclude_objects=

def exclude_objects=(value) -> ::Google::Cloud::Datastream::V1::MongodbCluster
Parameter
Returns

#include_objects

def include_objects() -> ::Google::Cloud::Datastream::V1::MongodbCluster
Returns

#include_objects=

def include_objects=(value) -> ::Google::Cloud::Datastream::V1::MongodbCluster
Parameter
Returns

#max_concurrent_backfill_tasks

def max_concurrent_backfill_tasks() -> ::Integer
Returns
  • (::Integer) — 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

#max_concurrent_backfill_tasks=

def max_concurrent_backfill_tasks=(value) -> ::Integer
Parameter
  • value (::Integer) — 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
Returns
  • (::Integer) — 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