Class ChangeStreamUpdateDescription

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

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

DisambiguatedPaths

Gets the disambiguated paths if present.

RemovedFields

Gets the removed fields.

TruncatedArrays

Gets the truncated arrays.

UpdatedFields

Gets the updated fields.

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.