nMatched property

int nMatched
getter/setter pairinherited

The number of documents selected for update. If the update operation results in no change to the document, e.g. $set expression updates the value to the current value, nMatched can be greater than nModified.

Implementation

int nMatched = 0;