apiargs-MongoDBClient-method-selectDatabase-option.yaml 461 Bytes
Newer Older
1 2
source:
  file: apiargs-common-option.yaml
3
  ref: readConcern
4 5
replacement:
  resource: "database"
6
  parent: "client"
7 8 9
---
source:
  file: apiargs-common-option.yaml
10
  ref: readPreference
11 12
replacement:
  resource: "database"
13
  parent: "client"
14 15 16
---
source:
  file: apiargs-common-option.yaml
17 18 19
  ref: typeMap
replacement:
  parent: "client"
20 21 22
---
source:
  file: apiargs-common-option.yaml
23
  ref: writeConcern
24 25
replacement:
  resource: "database"
26 27
  parent: "client"
...