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.Index Class Reference
Inheritance diagram for google.appengine.ext.ndb.model.Index:
google.appengine.ext.ndb.model._NotEqualMixin

Public Member Functions

def __new__
 
def kind
 
def properties
 
def ancestor
 
def __repr__
 
def __eq__
 
def __hash__
 
- Public Member Functions inherited from google.appengine.ext.ndb.model._NotEqualMixin
def __ne__
 

Public Attributes

 kind
 
 properties
 
 ancestor
 

Detailed Description

Immutable object representing an index.

Member Function Documentation

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.

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