vibe-d v0.9.4 (2021-09-30T12:24:53Z)
Home
Dub
Repo
MongoCollection.dropIndexes
index
vibe
db
mongo
collection
MongoCollection
Drops all indexes in the collection.
void
dropIndexes
(DropIndexOptions options)
struct
MongoCollection
@
safe
void
dropIndexes
(
DropIndexOptions
options
=
DropIndexOptions.init
)
void
dropIndexes
(string[] names, DropIndexOptions options)
Meta
Source
See Implementation
index
vibe
db
mongo
collection
MongoCollection
aliases
getIndexes
constructors
this
functions
aggregate
count
createIndex
createIndexes
distinct
drop
dropIndex
dropIndexes
ensureIndex
find
findAndModify
findAndModifyExt
findOne
insert
listIndexes
remove
update
properties
database
name
Drops all indexes in the collection.