PHP Classes

File: vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-method-bulkWrite-option.yaml

Recommend this page to a friend!
  Classes of walid laggoune   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-method-bulkWrite-option.yaml   Download  
File: vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-method-bulkWrite-option.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MongoDB Queue PHP Query Execute
Query and execute multiple queries using MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 682 bytes
 

Contents

Class file image Download
source: file: apiargs-MongoDBCollection-common-option.yaml ref: bypassDocumentValidation --- arg_name: option name: ordered type: boolean description: | If ``true``: when a single write fails, the operation will stop without performing the remaining writes and throw an exception. If ``false``: when a single write fails, the operation will continue with the remaining writes, if any, and throw an exception. The default is ``true``. interface: phpmethod operation: ~ optional: true --- source: file: apiargs-common-option.yaml ref: session post: | .. versionadded:: 1.3 --- source: file: apiargs-MongoDBCollection-common-option.yaml ref: writeConcern ...