suspend fun MongoClient.bulkWriteWithOptionsAwait(collection: String, operations: List<BulkOperation>, bulkWriteOptions: BulkWriteOptions): MongoClientBulkWriteResult?
Suspending version of method io.vertx.ext.mongo.MongoClient.bulkWriteWithOptions
operations
- the operations to execute
bulkWriteOptions
- the write options
Return
NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoClient using Vert.x codegen.