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.
dictionary google.appengine.datastore.datastore_index.Index.ATTRIBUTES |
|
static |
Initial value:
2 'kind': validation.Type(str, convert=
False),
3 'ancestor': validation.Type(bool, convert=
False, default=
False),
4 'properties': validation.Optional(validation.Repeated(Property)),
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/datastore/datastore_index.py