apiargs-MongoDBCollection-method-aggregate-param.yaml 263 Bytes
Newer Older
1 2 3 4
arg_name: param
name: $pipeline
type: array
description: |
5 6
  Specifies an :manual:`aggregation pipeline </core/aggregation-pipeline>`
  operation.
7
interface: phpmethod
8 9
operation: ~
optional: false
10 11 12
---
source:
  file: apiargs-common-param.yaml
13 14
  ref: $options
...