MongoDB driver for Kotlin (coroutines) • opensavvy.ktmongo.coroutines.operations • UpdateOperations • UpsertResult • upsertedCount
upsertedCount¶
abstract val upsertedCount: Int
The number of upserted documents.
Throws¶
UnsupportedOperationException-
If the update was not
acknowledged.