apiargs-MongoDBCollection-method-bulkWrite-option.yaml 539 Bytes
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 returns without
  performing the remaining writes.

  If ``false``: when a single write fails, the operation will continue with the
  remaining writes, if any.

  The default is ``true``.
interface: phpmethod
operation: ~
optional: true
---
source:
  file: apiargs-MongoDBCollection-common-option.yaml
  ref: writeConcern
...