apiargs-MongoDBDatabase-method-command-option.yaml 355 Bytes
Newer Older
1 2 3
source:
  file: apiargs-common-option.yaml
  ref: readPreference
4
description: |
5 6
   :manual:`Read preference </reference/read-preference>` to use for the
   operation. Defaults to the database's read preference.
7
---
8 9 10 11
source:
  file: apiargs-common-option.yaml
  ref: session
---
12
source:
13
  file: apiargs-MongoDBDatabase-common-option.yaml
14 15
  ref: typeMap
...