| |
read source history
= dropAllIndexes() =
----
[[MongoDB Driver Function Reference]]
Drops all indexes on the collection.
[[[@cG
<collection>.dropAllIndexes()
]]]
**Arguments**
[[[@w
|@t0@r0@c0 <collection> | | The target collection. |
]]]
**Example**
[[[@cw
db.employees.dropAllIndexes();
]]]
Drops all indexes on the //employees// collection.
----
[[Main|home]] | [[MongoDB Driver Function Reference]] | [[MongoDB Driver]]
|