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.
dictionary google.appengine.datastore.datastore_index.Property.ATTRIBUTES |
|
static |
Initial value:
2 'name': validation.Type(str, convert=
False),
3 'direction': validation.Options((
'asc', (
'ascending',)),
4 (
'desc', (
'descending',)),
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/datastore/datastore_index.py