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
fromfield. - The state of an index. During index creation, an index will be in the
CREATINGstate. If the index is created successfully, it will transition to theREADYstate. If the index creation encounters a problem, the index will transition to theNEEDS_REPAIRstate.