apiargs-MongoDBDatabase-method-listCollections-option.yaml 319 Bytes
Newer Older
1 2 3 4
arg_name: option
name: filter
type: array|object
description: |
5 6 7
  A query expression to filter the list of collections.

  You can specify a query expression on the collection ``name`` and ``options``.
8
interface: phpmethod
9
operation: ~
10
optional: true
11 12 13
---
source:
  file: apiargs-common-option.yaml
14 15
  ref: maxTimeMS
...