MongoDB driver for Kotlin (coroutines) • opensavvy.ktmongo.coroutines.operations • UpdateOperations • UpdateResult • matchedCount
matchedCount¶
abstract val matchedCount: Long
The number of matched documents.
Throws¶
UnsupportedOperationException-
If the update was not
acknowledged.