MongoDB driver for Kotlin (coroutines) • opensavvy.ktmongo.coroutines.operations • UpdateOperations • UpdateResult
UpdateResult¶
Properties¶
acknowledged¶
abstract val acknowledged: Boolean
true if the update was acknowledged.
matchedCount¶
abstract val matchedCount: Long
The number of matched documents.
modifiedCount¶
abstract val modifiedCount: Long
The number of modified documents.