Class ReplaceOneResult
The result of an update operation.
- Inheritance
-
Replace
One Result
- Derived
- Inherited Members
Constructors
- Replace
One Result() Initializes a new instance of the Replace
One class.Result
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.