apiargs-MongoDBCollection-method-bulkWrite-option.yaml 682 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
  If ``true``: when a single write fails, the operation will stop without
  performing the remaining writes and throw an exception.
11 12

  If ``false``: when a single write fails, the operation will continue with the
13
  remaining writes, if any, and throw an exception.
14

15 16
  The default is ``true``.
interface: phpmethod
17
operation: ~
18
optional: true
19
---
20 21 22
source:
  file: apiargs-common-option.yaml
  ref: session
23 24
post: |
  .. versionadded:: 1.3
25
---
26
source:
27
  file: apiargs-MongoDBCollection-common-option.yaml
28
  ref: writeConcern
29
...