MongoDB driver for Kotlin (synchronous) • opensavvy.ktmongo.sync.operations • UpdateOperations • UpdateResult • acknowledged
acknowledged¶
abstract val acknowledged: Boolean
true if the update was acknowledged.
To control whether the update is acknowledged, see UpdateOptions.writeConcern.
If the update was not acknowledged, this property returns false and all properties throw UnsupportedOperationException.