Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/ / /
PHP Library Manual
/

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.

Back

watch()