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

Static Public Attributes

dictionary ATTRIBUTES
 

Detailed Description

Representation for an individual property of an index.

This class must be kept in sync with
java/com/google/apphosting/utils/config/IndexYamlReader.java.

Attributes:
  name: Name of attribute to sort by.
  direction: Direction of sort.

Member Data Documentation

dictionary google.appengine.datastore.datastore_index.Property.ATTRIBUTES
static
Initial value:
1 = {
2  'name': validation.Type(str, convert=False),
3  'direction': validation.Options(('asc', ('ascending',)),
4  ('desc', ('descending',)),
5  default='asc'),
6  }

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