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.datastore_admin.backup_handler.BackupInformation Class Reference
Inheritance diagram for google.appengine.ext.datastore_admin.backup_handler.BackupInformation:
google.appengine.ext.db.Model

Public Member Functions

def kind
 
def name_exists
 
def create_kind_backup_files_key
 
def create_kind_backup_files
 
def get_kind_backup_files
 
- 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 name = db.StringProperty()
 
tuple kinds = db.StringListProperty()
 
tuple namespaces = db.StringListProperty()
 
tuple filesystem = db.StringProperty(default=files.BLOBSTORE_FILESYSTEM)
 
tuple start_time = db.DateTimeProperty(auto_now_add=True)
 
tuple active_jobs = db.StringListProperty()
 
tuple completed_jobs = db.StringListProperty()
 
tuple complete_time = db.DateTimeProperty(default=None)
 
tuple blob_files = db.StringListProperty()
 
tuple original_app = db.StringProperty(default=None)
 
tuple gs_handle = db.TextProperty(default=None)
 
tuple destination = db.StringProperty()
 
- Static Public Attributes inherited from google.appengine.ext.db.Model
 save = put
 

Detailed Description

An entity to keep information on a datastore backup.

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