Creates an unique index.
Creates a partial index based on the given filter object (MongoDB 3.2 or higher)
Creates a sparse index.
Allows you to expire data on indexes applied to a data (MongoDB 2.2 or higher)
Allows users to configure the storage engine on a per-index basis when creating an index. (MongoDB 3.0 or higher)
Specifies the index version number, either 0 or 1.
For geospatial indexes set the lower bound for the co-ordinates.
For geospatial indexes set the high bound for the co-ordinates.
Specifies that the index should exist on the target collection but should not be used by the query planner when executing operations. (MongoDB 4.4 or higher)
Generated using TypeDoc
Creates the index in the background, yielding whenever possible.