apiargs-MongoDBCollection-method-bulkWrite-option.yaml 539 Bytes
Newer Older
1
source:
2
  file: apiargs-MongoDBCollection-common-option.yaml
3
  ref: bypassDocumentValidation
4 5 6 7 8
---
arg_name: option
name: ordered
type: boolean
description: |
9 10 11 12 13 14
  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.

15 16
  The default is ``true``.
interface: phpmethod
17
operation: ~
18
optional: true
19 20
---
source:
21
  file: apiargs-MongoDBCollection-common-option.yaml
22
  ref: writeConcern
23
...