Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Docs 菜单
Docs 主页
/ / /
PHP 库手册
/

MongoDB\ClientBulkWrite Class

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.

后退

watch()