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