Class ChangeStreamUpdateDescription
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
An UpdateDescription in a ChangeStreamDocument instance.
public sealed class ChangeStreamUpdateDescription
Inheritance
ChangeStreamUpdateDescription
Inherited Members
Constructors
ChangeStreamUpdateDescription(BsonDocument, string[])
Initializes a new instance of the ChangeStreamUpdateDescription class.
ChangeStreamUpdateDescription(BsonDocument, string[], BsonArray)
Initializes a new instance of the ChangeStreamUpdateDescription class.
ChangeStreamUpdateDescription(BsonDocument, string[], BsonArray, BsonDocument)
Initializes a new instance of the ChangeStreamUpdateDescription class.
Properties
Gets the disambiguated paths if present.
Gets the removed fields.
Gets the truncated arrays.
Gets the updated fields.
Methods
Determines whether the specified object is equal to the current object.
Serves as the default hash function.