apiargs-MongoDBDatabase-method-selectCollection-option.yaml 711 Bytes
Newer Older
1 2 3 4 5
source:
  file: apiargs-common-option.yaml
  ref: readConcern
operation: MongoDB\\Database::selectCollection
position: 1
6 7 8
replacement:
  resource: "collection"
  parent: "database"
9 10 11 12 13 14
---
source:
  file: apiargs-common-option.yaml
  ref: readPreference
operation: MongoDB\\Database::selectCollection
position: 2
15 16 17
replacement:
  resource: "collection"
  parent: "database"
18 19 20 21 22 23
---
source:
  file: apiargs-common-option.yaml
  ref: typeMap
operation: MongoDB\\Database::selectCollection
position: 3
24 25
replacement:
  parent: "database"
26 27 28 29 30 31
---
source:
  file: apiargs-common-option.yaml
  ref: writeConcern
operation: MongoDB\\Database::selectCollection
position: 4
32 33 34 35
replacement:
  resource: "collection"
  parent: "database"
...