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