nModified property

int nModified
getter/setter pairinherited

The number of existing documents updated. If the update/replacement operation results in no change to the document, such as setting the value of the field to its current value, nModified can be less than nMatched.

Implementation

int nModified = 0;