apiargs-MongoDBCollection-method-findOneAndDelete-option.yaml 763 Bytes
Newer Older
1 2 3 4 5 6 7
source:
  file: apiargs-MongoDBCollection-method-find-option.yaml
  ref: projection
---
source:
  file: apiargs-MongoDBCollection-method-find-option.yaml
  ref: sort
8 9 10 11
---
source:
  file: apiargs-MongoDBCollection-common-option.yaml
  ref: collation
12 13 14 15 16
---
source:
  file: apiargs-common-option.yaml
  ref: maxTimeMS
---
17 18 19
source:
  file: apiargs-common-option.yaml
  ref: session
20 21
post: |
  .. versionadded:: 1.3
22
---
23 24 25 26 27 28
source:
  file: apiargs-MongoDBCollection-common-option.yaml
  ref: typeMap
post: |
  This will be used for the returned result document.
---
29
source:
30
  file: apiargs-MongoDBCollection-common-option.yaml
31
  ref: writeConcern
32
post: |
33 34
  This is not supported for server versions prior to 3.2 and will result in an
  exception at execution time if used.
35
...