modifiedCount

abstract val modifiedCount: Long(source)

The number of modified documents.

If this update created new documents (e.g., with upsertOne), they are not counted by this field: they did not already exist, so they were not modified.

Throws