apiargs-MongoDBCollection-method-replaceOne-option.yaml 666 Bytes
Newer Older
1
source:
2 3 4 5 6
  file: apiargs-MongoDBCollection-common-option.yaml
  ref: upsert
---
source:
  file: apiargs-MongoDBCollection-common-option.yaml
7 8 9
  ref: bypassDocumentValidation
---
source:
10 11
  file: apiargs-MongoDBCollection-common-option.yaml
  ref: collation
12
---
13 14 15 16 17 18 19 20 21
source:
  file: apiargs-common-option.yaml
  ref: hint
post: |
  This option is available in MongoDB 4.2+ and will result in an exception at
  execution time if specified for an older server version.

  .. versionadded:: 1.6
---
22 23 24
source:
  file: apiargs-common-option.yaml
  ref: session
25 26
post: |
  .. versionadded:: 1.3
27
---
28
source:
29
  file: apiargs-MongoDBCollection-common-option.yaml
30
  ref: writeConcern
31
...