DataStream v1 API - Class MongodbCluster (2.11.0)

public sealed class MongodbCluster : IMessage<MongodbCluster>, IEquatable<MongodbCluster>, IDeepCloneable<MongodbCluster>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class MongodbCluster.

MongoDB Cluster structure.

Inheritance

object > MongodbCluster

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

MongodbCluster()

public MongodbCluster()

MongodbCluster(MongodbCluster)

public MongodbCluster(MongodbCluster other)
Parameter
Name Description
other MongodbCluster

Properties

Databases

public RepeatedField<MongodbDatabase> Databases { get; }

MongoDB databases in the cluster.

Property Value
Type Description
RepeatedFieldMongodbDatabase