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

Public Member Functions

def __new__
 
def definition
 
def state
 
def id
 
def __repr__
 
def __eq__
 
def __hash__
 
- Public Member Functions inherited from google.appengine.ext.ndb.model._NotEqualMixin
def __ne__
 

Public Attributes

 definition
 
 state
 
 id
 

Detailed Description

Immutable object representing and index and its state.

Member Function Documentation

def google.appengine.ext.ndb.model.IndexState.__eq__ (   self,
  other 
)
Compare two index states.
def google.appengine.ext.ndb.model.IndexState.__new__ (   cls,
  definition,
  state,
  id 
)
Constructor.
def google.appengine.ext.ndb.model.IndexState.__repr__ (   self)
Return a string representation.
def google.appengine.ext.ndb.model.IndexState.definition (   self)
An Index object describing the index.
def google.appengine.ext.ndb.model.IndexState.id (   self)
The index ID, an integer.
def google.appengine.ext.ndb.model.IndexState.state (   self)
The index state, a string.

Possible values are 'error', 'deleting', 'serving' or 'building'.

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