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