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.Index Class Reference
Inheritance diagram for google.appengine.datastore.datastore_index.Index:

Static Public Attributes

dictionary ATTRIBUTES
 

Detailed Description

Individual index definition.

Order of the properties determines a given indexes sort priority.

Attributes:
  kind: Datastore kind that index belongs to.
  ancestors: Include ancestors in index.
  properties: Properties to sort on.

Member Data Documentation

dictionary google.appengine.datastore.datastore_index.Index.ATTRIBUTES
static
Initial value:
1 = {
2  'kind': validation.Type(str, convert=False),
3  'ancestor': validation.Type(bool, convert=False, default=False),
4  'properties': validation.Optional(validation.Repeated(Property)),
5  }

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