DataStream v1 API - Class MongodbDatabase (2.11.0)

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

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

MongoDB Database.

Inheritance

object > MongodbDatabase

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

MongodbDatabase()

public MongodbDatabase()

MongodbDatabase(MongodbDatabase)

public MongodbDatabase(MongodbDatabase other)
Parameter
Name Description
other MongodbDatabase

Properties

Collections

public RepeatedField<MongodbCollection> Collections { get; }

Collections in the database.

Property Value
Type Description
RepeatedFieldMongodbCollection

Database

public string Database { get; set; }

Database name.

Property Value
Type Description
string