MongoDB driver for Kotlin (coroutines) • opensavvy.ktmongo.coroutines.operations • UpdateOperations • UpsertResult • upsertedId
upsertedId¶
abstract val upsertedId: ERROR CLASS: Symbol not found for BsonValueReader??
The _id of the upserted document, if any.
If this request modified an existing document, contains null.
Throws¶
UnsupportedOperationException-
If the update was not
acknowledged.