UpdateResult

interface UpdateResult(source)

The return value of updateMany and updateOne.

Inheritors

Properties

Link copied to clipboard
abstract val acknowledged: Boolean

true if the update was acknowledged.

Link copied to clipboard
abstract val matchedCount: Long

The number of matched documents.

Link copied to clipboard
abstract val modifiedCount: Long

The number of modified documents.