The index is being created, and cannot be used by queries.
There is an active long-running operation for the index.
The index is updated when writing an entity.
Some index data may exist.
Deleting
The index is being deleted, and cannot be used by queries.
There is an active long-running operation for the index.
The index is not updated when writing an entity.
Some index data may exist.
Error
The index was being created or deleted, but something went wrong.
The index cannot by used by queries.
There is no active long-running operation for the index,
and the most recently finished long-running operation failed.
The index is not updated when writing an entity.
Some index data may exist.
Ready
The index is ready to be used.
The index is updated when writing an entity.
The index is fully populated from all stored entities it applies to.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[[["This document provides reference information for the `Index.Types.State` enum within the Google Cloud Datastore Admin V1 API, specifically within the .NET context."],["The latest version of this API available in this content is 2.4.0, with historical versions back to 1.1.0 also being accessible through the provided links."],["The `Index.Types.State` enum defines the possible states of an index, including `Creating`, `Deleting`, `Error`, `Ready`, and `Unspecified`, each with detailed descriptions."],["The available descriptions detail the operational status of an index in each of the aforementioned states, such as if it is queryable or if there is a current operation taking place."]]],[]]