vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
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
countDocuments
createIndex
createIndexes
deleteAll
deleteImpl
deleteMany
deleteOne
distinct
drop
dropIndex
dropIndexes
ensureIndex
estimatedDocumentCount
find
findAndModify
findAndModifyExt
findOne
insert
insertMany
insertOne
listIndexes
remove
replaceOne
update
updateImpl
updateMany
updateOne
properties
database
name
Drops all indexes in the collection.