suspend fun MongoClient.bulkWriteAwait(collection: String, operations: List<BulkOperation>): MongoClientBulkWriteResult
Execute a bulk operation. Can insert, update, replace, and/or delete multiple documents with one request.
operations - the operations to execute
Return