![]() |
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 | kind |
def | properties |
def | ancestor |
def | __repr__ |
def | __eq__ |
def | __hash__ |
![]() | |
def | __ne__ |
Public Attributes | |
kind | |
properties | |
ancestor | |
Immutable object representing an index.
def google.appengine.ext.ndb.model.Index.__eq__ | ( | self, | |
other | |||
) |
Compare two indexes.
def google.appengine.ext.ndb.model.Index.__new__ | ( | cls, | |
kind, | |||
properties, | |||
ancestor | |||
) |
Constructor.
def google.appengine.ext.ndb.model.Index.__repr__ | ( | self | ) |
Return a string representation.
def google.appengine.ext.ndb.model.Index.ancestor | ( | self | ) |
Whether this is an ancestor index, a bool.
def google.appengine.ext.ndb.model.Index.kind | ( | self | ) |
The kind being indexed, a string.
def google.appengine.ext.ndb.model.Index.properties | ( | self | ) |
A list of PropertyIndex objects giving the properties being indexed.