apiargs-MongoDBDatabase-method-command-option.yaml 387 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
source:
  file: apiargs-common-option.yaml
  ref: session
11 12
post: |
  .. versionadded:: 1.3
13
---
14
source:
15
  file: apiargs-MongoDBDatabase-common-option.yaml
16 17
  ref: typeMap
...