apiargs-MongoDBClient-method-selectCollection-param.yaml 296 Bytes
Newer Older
1 2 3
source:
  file: apiargs-common-param.yaml
  ref: $databaseName
4 5
replacement:
  action: " containing the collection to select"
6 7 8 9
---
source:
  file: apiargs-common-param.yaml
  ref: $collectionName
10 11
replacement:
  action: " to select"
12 13 14 15 16
---
source:
  file: apiargs-common-param.yaml
  ref: $options
...