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

7 8
  You can specify a query expression for collection fields (e.g. ``name``,
  ``options``).
9
interface: phpmethod
10
operation: ~
11
optional: true
12 13 14
---
source:
  file: apiargs-common-option.yaml
15
  ref: maxTimeMS
16 17 18 19
---
source:
  file: apiargs-common-option.yaml
  ref: session
20 21
post: |
  .. versionadded:: 1.3
22
...