suspend fun MongoClient.updateCollectionWithOptionsAwait(collection: String, query: JsonObject, update: JsonObject, options: UpdateOptions): MongoClientUpdateResult
Suspending version of method io.vertx.ext.mongo.MongoClient.updateCollectionWithOptions
query
- query used to match the documents
update
- used to describe how the documents will be updated
options
- options to configure the update
Return
NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoClient using Vert.x codegen.