App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Static Public Attributes | List of all members
google.appengine.ext.datastore_admin.backup_handler.DoBackupHandler Class Reference
Inheritance diagram for google.appengine.ext.datastore_admin.backup_handler.DoBackupHandler:
google.appengine.ext.datastore_admin.backup_handler.BaseDoHandler google.appengine.ext.webapp._webapp25.RequestHandler

Static Public Attributes

string SUFFIX = 'backup.do'
 
- Static Public Attributes inherited from google.appengine.ext.datastore_admin.backup_handler.BaseDoHandler
string MAPREDUCE_DETAIL = config.MAPREDUCE_PATH+'/detail?mapreduce_id='
 

Additional Inherited Members

- Public Member Functions inherited from google.appengine.ext.datastore_admin.backup_handler.BaseDoHandler
def get
 
def SendRedirect
 
def post
 
- Public Member Functions inherited from google.appengine.ext.webapp._webapp25.RequestHandler
def initialize
 
def get
 
def post
 
def head
 
def options
 
def put
 
def delete
 
def trace
 
def error
 
def redirect
 
def handle_exception
 
def new_factory
 
def get_url
 
- Public Attributes inherited from google.appengine.ext.webapp._webapp25.RequestHandler
 request
 
 response
 

Detailed Description

Handler to deal with requests from the admin console to backup data.

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