Module: google.appengine.api.datastore_admin

The Python datastore admin API for managing indices and schemas.

Functions

CreateIndex(...): Creates a new composite index in the datastore for this app.

DeleteIndex(...): Deletes an index. The entire index definition must be present.

GetIndices(...): Fetches all composite indices in the datastore for this app.

UpdateIndex(...): Updates an index's status. The entire index definition must be present.