Allows you to expire data on indexes applied to a data (MongoDB 2.2 or higher)
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)
For geospatial indexes set the high bound for the co-ordinates.
For geospatial indexes set the lower bound for the co-ordinates.
Creates a partial index based on the given filter object (MongoDB 3.2 or higher)
Creates a sparse index.
Allows users to configure the storage engine on a per-index basis when creating an index. (MongoDB 3.0 or higher)
Creates an unique index.
Specifies the index version number, either 0 or 1.
Generated using TypeDoc
Creates the index in the background, yielding whenever possible.