MongoCollection.createIndexes

Builds one or more indexes in the collection.

struct MongoCollection
@safe
string[]
createIndexes
(
scope const(IndexModel)[] models
,
CreateIndexesOptions options = CreateIndexesOptions.init
)

See Also

Meta