apiargs-MongoDBCollection-method-dropIndex-param.yaml 338 Bytes
Newer Older
1 2 3 4
arg_name: param
name: $indexName
type: string
description: |
5 6 7
  The name of the index to drop. View the existing indexes on the collection
  using the :phpmethod:`listIndexes() <MongoDB\\Collection::listIndexes>`
  method.
8
interface: phpmethod
9
operation: ~
10 11 12 13 14
optional: false
---
source:
  file: apiargs-common-param.yaml
  ref: $options
15
...