We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e3a477 + a81455a commit b7c4df4Copy full SHA for b7c4df4
source/includes/apiargs-MongoDBCollection-method-dropIndex-param.yaml
@@ -1,10 +1,10 @@
1
arg_name: param
2
name: $indexName
3
-type: string
+type: string| :phpclass:`MongoDB\\Model\\IndexInfo`
4
description: |
5
- The name of the index to drop. View the existing indexes on the collection
6
- using the :phpmethod:`listIndexes() <MongoDB\\Collection::listIndexes>`
7
- method.
+ The name or model object 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
optional: false
0 commit comments