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.
BUILDING
: Index creation is in progress.ACTIVE
: Index has been successfully created and can be used in queries.DROPPING
: Index is in the process of being dropped.DROPPED
: Index has been dropped successfully.FAILED
: Index creation has failed.INVALID
: Index contains incorrectly indexed data.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