MongoDB driver for Kotlin (synchronous) • opensavvy.ktmongo.sync.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.