apiargs-MongoDBCollection-method-findOne-option.yaml 1.45 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
source:
  file: apiargs-MongoDBCollection-method-find-option.yaml
  ref: projection
---
source:
  file: apiargs-MongoDBCollection-method-find-option.yaml
  ref: sort
---
source:
  file: apiargs-MongoDBCollection-method-find-option.yaml
  ref: skip
---
source:
14 15
  file: apiargs-MongoDBCollection-common-option.yaml
  ref: collation
16 17 18
---
source:
  file: apiargs-MongoDBCollection-method-find-option.yaml
19
  ref: comment
20
---
21 22 23 24
source:
  file: apiargs-MongoDBCollection-method-find-option.yaml
  ref: hint
---
25 26 27 28 29
source:
  file: apiargs-common-option.yaml
  ref: maxTimeMS
---
source:
30
  file: apiargs-MongoDBCollection-common-option.yaml
31 32 33
  ref: readConcern
---
source:
34
  file: apiargs-MongoDBCollection-common-option.yaml
35 36
  ref: readPreference
---
37 38 39
source:
  file: apiargs-common-option.yaml
  ref: session
40 41
post: |
  .. versionadded:: 1.3
42
---
43
source:
44
  file: apiargs-MongoDBCollection-common-option.yaml
45
  ref: typeMap
46 47 48
post: |
  This will be used for the returned result document.
---
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
source:
  file: apiargs-MongoDBCollection-method-find-option.yaml
  ref: max
---
source:
  file: apiargs-MongoDBCollection-method-find-option.yaml
  ref: maxScan
---
source:
  file: apiargs-MongoDBCollection-method-find-option.yaml
  ref: min
---
source:
  file: apiargs-MongoDBCollection-method-find-option.yaml
  ref: returnKey
---
source:
  file: apiargs-MongoDBCollection-method-find-option.yaml
  ref: showRecordId
---
69 70 71
source:
  file: apiargs-MongoDBCollection-method-find-option.yaml
  ref: modifiers
72
...