DataStream v1 API - Class MongodbCollection (2.11.0)

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

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

MongoDB Collection.

Inheritance

object > MongodbCollection

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

MongodbCollection()

public MongodbCollection()

MongodbCollection(MongodbCollection)

public MongodbCollection(MongodbCollection other)
Parameter
Name Description
other MongodbCollection

Properties

Collection

public string Collection { get; set; }

Collection name.

Property Value
Type Description
string

Fields

public RepeatedField<MongodbField> Fields { get; }

Fields in the collection.

Property Value
Type Description
RepeatedFieldMongodbField