An index is a map of a collection's data, organized according to specific fields to increase query speed.
ID of the index.
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's defined.
If true, the index can have only 1 field.
Default: false
Whether the index ignores case.
Default: false
Source of the index. See index sources in Index Types.
Default: USER