DataStream v1 API - Class SourceObjectIdentifier.Types.MongodbObjectIdentifier (2.11.0)

public sealed class SourceObjectIdentifier.Types.MongodbObjectIdentifier : IMessage<SourceObjectIdentifier.Types.MongodbObjectIdentifier>, IEquatable<SourceObjectIdentifier.Types.MongodbObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier.Types.MongodbObjectIdentifier>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class SourceObjectIdentifier.Types.MongodbObjectIdentifier.

MongoDB data source object identifier.

Inheritance

object > SourceObjectIdentifier.Types.MongodbObjectIdentifier

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

MongodbObjectIdentifier()

public MongodbObjectIdentifier()

MongodbObjectIdentifier(MongodbObjectIdentifier)

public MongodbObjectIdentifier(SourceObjectIdentifier.Types.MongodbObjectIdentifier other)
Parameter
Name Description
other SourceObjectIdentifierTypesMongodbObjectIdentifier

Properties

Collection

public string Collection { get; set; }

Required. The collection name.

Property Value
Type Description
string

Database

public string Database { get; set; }

Required. The database name.

Property Value
Type Description
string