suspend fun MongoClient.updateCollectionAwait(collection: String, query: JsonObject, update: JsonObject): MongoClientUpdateResult
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
query
- query used to match the documents
update
- used to describe how the documents will be updated
resultHandler
- will be called when complete
Return