KtMongo
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KtMongo
KtMongo: MongoDB driver for Kotlin • Coroutines
/
opensavvy.ktmongo.coroutines
/
CoroutineMongoCollection
/
UpsertResult
Upsert
Result
interface
UpsertResult
:
UpdateOperations.UpsertResult
(
source
)
The return value of
upsertOne
and
upsertOneWithPipeline
.
Members
Properties
acknowledged
Link copied to clipboard
abstract
val
acknowledged
:
Boolean
matched
Count
Link copied to clipboard
abstract
val
matchedCount
:
Long
modified
Count
Link copied to clipboard
abstract
val
modifiedCount
:
Long
upserted
Count
Link copied to clipboard
abstract
val
upsertedCount
:
Int
upserted
Id
Link copied to clipboard
abstract
override
val
upsertedId
:
BsonValue
?