![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __new__ |
def | name |
def | direction |
def | __repr__ |
def | __eq__ |
def | __hash__ |
![]() | |
def | __ne__ |
Public Attributes | |
name | |
direction | |
Immutable object representing a single property in an index.
def google.appengine.ext.ndb.model.IndexProperty.__eq__ | ( | self, | |
other | |||
) |
Compare two index properties for equality.
def google.appengine.ext.ndb.model.IndexProperty.__new__ | ( | cls, | |
name, | |||
direction | |||
) |
Constructor.
def google.appengine.ext.ndb.model.IndexProperty.__repr__ | ( | self | ) |
Return a string representation.
def google.appengine.ext.ndb.model.IndexProperty.direction | ( | self | ) |
The direction in the index for this property, 'asc' or 'desc'.
def google.appengine.ext.ndb.model.IndexProperty.name | ( | self | ) |
The property name being indexed, a string.