UpsertResult

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.

Link copied to clipboard
abstract val upsertedCount: Int

The number of upserted documents.

Link copied to clipboard
abstract val upsertedId: ERROR CLASS: Symbol not found for BsonValueReader??

The _id of the upserted document, if any.