An index is a map of a collection's data, organized according to specific fields to increase query speed.
Name of the index.
Fields for which the index is defined.
Max: 3 fields (for a unique index: 1 field)
Current status of the index.
Contains details about the reasons for failure when status
is FAILED
.
Whether the index enforces uniqueness of values in the field for which it is defined.
If true
, the index can have only one field.
Default: false
Whether the index ignores case.
Default: false