App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.ext.ndb.model.IndexProperty Class Reference
Inheritance diagram for google.appengine.ext.ndb.model.IndexProperty:
google.appengine.ext.ndb.model._NotEqualMixin

Public Member Functions

def __new__
 
def name
 
def direction
 
def __repr__
 
def __eq__
 
def __hash__
 
- Public Member Functions inherited from google.appengine.ext.ndb.model._NotEqualMixin
def __ne__
 

Public Attributes

 name
 
 direction
 

Detailed Description

Immutable object representing a single property in an index.

Member Function Documentation

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.

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