App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Static Public Attributes | List of all members
google.appengine.datastore.datastore_index.IndexDefinitions Class Reference
Inheritance diagram for google.appengine.datastore.datastore_index.IndexDefinitions:

Static Public Attributes

dictionary ATTRIBUTES
 

Detailed Description

Top level for index definition file.

Attributes:
  indexes: List of Index definitions.

Member Data Documentation

dictionary google.appengine.datastore.datastore_index.IndexDefinitions.ATTRIBUTES
static
Initial value:
1 = {
2  appinfo.APPLICATION: validation.Optional(appinfo.APPLICATION_RE_STRING),
3  'indexes': validation.Optional(validation.Repeated(Index)),
4  }

The documentation for this class was generated from the following file: