Class UpdateResult
The result of an update operation.
- Inheritance
-
Update
Result
- Derived
- Inherited Members
Constructors
- Update
Result() Initializes a new instance of the Update
Result class.
Properties
- Is
Acknowledged Gets a value indicating whether the result is acknowledged.
- Is
Modified Count Available Gets a value indicating whether the modified count is available.
- Matched
Count Gets the matched count. If IsAcknowledged is false, this will throw an exception.
- Modified
Count Gets the modified count. If IsAcknowledged is false, this will throw an exception.
- Upserted
Id Gets the upserted id, if one exists. If IsAcknowledged is false, this will throw an exception.