Class WriteConcernResult
Represents the results of an operation performed with an acknowledged WriteConcern.
- Inheritance
-
Write
Concern Result
- Inherited Members
Constructors
- Write
Concern Result(Bson Document) Initializes a new instance of the Write
Concern class.Result
Properties
- Documents
Affected Gets the number of documents affected.
- Has
Last Error Message Gets whether the result has a LastErrorMessage.
- Last
Error Message Gets the last error message (null if none).
- Response
Gets the wrapped result.
- Updated
Existing Gets whether the last command updated an existing document.
- Upserted
Gets the _id of an upsert that resulted in an insert.