UpsertResult

interface UpsertResult : UpdateOperations.UpsertResult(source)

The return value of upsertOne and upsertOneWithPipeline.

Properties

Link copied to clipboard
abstract val acknowledged: Boolean
Link copied to clipboard
abstract val matchedCount: Long
Link copied to clipboard
abstract val modifiedCount: Long
Link copied to clipboard
abstract val upsertedCount: Int
Link copied to clipboard
abstract override val upsertedId: BsonValue?