apiargs-MongoDBCollection-method-distinct-param.yaml 389 Bytes
Newer Older
1 2 3 4 5 6
arg_name: param
name: $fieldName
type: string
description: |
  The field for which to return distinct values.
interface: phpmethod
7
operation: ~
8 9 10
optional: false
---
source:
11
  file: apiargs-MongoDBCollection-common-param.yaml
12 13
  ref: $filter
optional: true
14 15
replacement:
  action: " from which to retrieve the distinct values"
16 17 18
---
source:
  file: apiargs-common-param.yaml
19
  ref: $options
20
...