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.db.stats.BaseStatistic Class Reference
Inheritance diagram for google.appengine.ext.db.stats.BaseStatistic:
google.appengine.ext.db.Model google.appengine.ext.db.stats.BaseKindStatistic google.appengine.ext.db.stats.GlobalStat google.appengine.ext.db.stats.KindCompositeIndexStat google.appengine.ext.db.stats.NamespaceStat google.appengine.ext.db.stats.PropertyTypeStat google.appengine.ext.db.stats.KindNonRootEntityStat google.appengine.ext.db.stats.KindPropertyNamePropertyTypeStat google.appengine.ext.db.stats.KindPropertyNameStat google.appengine.ext.db.stats.KindPropertyTypeStat google.appengine.ext.db.stats.KindRootEntityStat google.appengine.ext.db.stats.KindStat google.appengine.ext.db.stats.NamespaceGlobalStat google.appengine.ext.db.stats.NamespaceKindCompositeIndexStat google.appengine.ext.db.stats.NamespacePropertyTypeStat

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

string STORED_KIND_NAME = '__BaseStatistic__'
 
tuple bytes = db.IntegerProperty()
 
tuple count = db.IntegerProperty()
 
tuple timestamp = db.DateTimeProperty()
 
- Static Public Attributes inherited from google.appengine.ext.db.Model
 save = put
 

Detailed Description

Base Statistic Model class.

Attributes:
  bytes: the total number of bytes taken up in the datastore for the
    statistic instance.
  count: attribute is the total number of occurrences of the statistic
    in the datastore.
  timestamp: the time the statistic instance was written to the datastore.

Member Function Documentation

def google.appengine.ext.db.stats.BaseStatistic.kind (   cls)
Kind name override.

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