apiargs-MongoDBCollection-method-explain-option.yaml 489 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
source:
  file: apiargs-MongoDBCollection-common-option.yaml
  ref: readPreference
---
source:
  file: apiargs-MongoDBCollection-common-option.yaml
  ref: typeMap
post: |
  This will be used for the returned command result document.
---
arg_name: option
name: verbosity
type: string
description: |
  The verbosity level at which to run the command. See the :manual:`explain
  </reference/command/explain>` command for more information.
interface: phpmethod
operation: ~
optional: true
...