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

Public Member Functions

def kind
 
- Public Member Functions inherited from google.appengine.ext.db.Model
def __new__
 
def __init__
 
def key
 
def put
 
def delete
 
def is_saved
 
def has_key
 
def dynamic_properties
 
def instance_properties
 
def parent
 
def parent_key
 
def to_xml
 
def get
 
def get_by_key_name
 
def get_by_id
 
def get_or_insert
 
def all
 
def gql
 
def from_entity
 
def kind
 
def entity_type
 
def properties
 
def fields
 

Static Public Attributes

tuple payload = db.BlobProperty()
 
- Static Public Attributes inherited from google.appengine.ext.db.Model
 save = put
 

Detailed Description

Model object to store task payload.

Member Function Documentation

def google.appengine.ext.mapreduce.model._HugeTaskPayload.kind (   cls)
Returns entity kind.

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