Expand description
Nested message and enum types in Index
.
Modules§
- Nested message and enum types in
IndexField
.
Structs§
- A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
Enums§
- API Scope defines the APIs (Firestore Native, or Firestore in Datastore Mode) that are supported for queries.
- Query Scope defines the scope at which a query is run. This is specified on a StructuredQuery’s
from
field. - The state of an index. During index creation, an index will be in the
CREATING
state. If the index is created successfully, it will transition to theREADY
state. If the index creation encounters a problem, the index will transition to theNEEDS_REPAIR
state.