UpsertResult¶
interface UpsertResult : UpdateOperations.UpsertResult
The return value of upsertOne and upsertOneWithPipeline.
Properties¶
acknowledged¶
abstract val acknowledged: Boolean
matchedCount¶
abstract val matchedCount: Long
modifiedCount¶
abstract val modifiedCount: Long
upsertedCount¶
abstract val upsertedCount: Int
upsertedId¶
abstract override val upsertedId: BsonValue?