Click or drag to resize

Acknowledged Properties

The UpdateResult.Acknowledged type exposes the following members.

Properties
  NameDescription
Public propertyIsAcknowledged
Gets a value indicating whether the result is acknowledged.
(Overrides UpdateResult.IsAcknowledged.)
Public propertyIsModifiedCountAvailable
Gets a value indicating whether the modified count is available.
(Overrides UpdateResult.IsModifiedCountAvailable.)
Public propertyMatchedCount
Gets the matched count. If IsAcknowledged is false, this will throw an exception.
(Overrides UpdateResult.MatchedCount.)
Public propertyModifiedCount
Gets the modified count. If IsAcknowledged is false, this will throw an exception.
(Overrides UpdateResult.ModifiedCount.)
Public propertyUpsertedId
Gets the upserted id, if one exists. If IsAcknowledged is false, this will throw an exception.
(Overrides UpdateResult.UpsertedId.)
Top
See Also