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.
Implements
IMessageSourceObjectIdentifierTypesMongodbObjectIdentifier, IEquatableSourceObjectIdentifierTypesMongodbObjectIdentifier, IDeepCloneableSourceObjectIdentifierTypesMongodbObjectIdentifier, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
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 |