google.appengine.ext.db.get_indexes

Retrieves the application indexes and their states.

config datastore_rpc.Configuration to use for this request, must be specified as a keyword argument.

A list of (Index, Index.[BUILDING|SERVING|DELETING|ERROR]) tuples. An index can be in the following states: Index.BUILDING: Index is being built and therefore can not serve queries Index.SERVING: Index is ready to service queries Index.DELETING: Index is being deleted Index.ERROR: Index encounted an error in the BUILDING state