For AI agents: a documentation index is available at https://www.mongodb.com/ja-jp/docs/llms.txt — markdown versions of all pages are available by appending .md to any URL path.
Make the MongoDB docs better! We value your opinion. Share your feedback for a chance to win $100.
MongoDB Branding Shape
Click here >
Docs Menu

MongoDB\ClientBulkWrite Class

New in version 2.1. :

MongoDB\ClientBulkWrite

This class enables you to assemble a bulk write command that you pass to MongoDB\Client::bulkWrite() to perform write operations across multiple namespaces.

ClientBulkWrite is a builder class to create a BulkWriteCommand instance that the library sends to the server.