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