apiargs-MongoDBCollection-common-param.yaml 653 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
arg_name: param
name: $filter
type: array|object
description: |
  The filter criteria that specifies the documents{{action}}.
interface: phpmethod
operation: ~
optional: false
replacement:
  action: ""
---
arg_name: param
name: $replacement
type: array|object
description: |
  The replacement document.
interface: phpmethod
operation: ~
optional: false
---
arg_name: param
name: $update
type: array|object
description: |
  Specifies the field and value combinations to update and any relevant update
  operators. ``$update`` uses MongoDB's :method:`update operators
  </reference/operator/update>`.
interface: phpmethod
operation: ~
optional: false
...