![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Static Public Attributes | |
string | STORED_KIND_NAME = '__Stat_PropertyType__' |
tuple | property_type = db.StringProperty() |
tuple | entity_bytes = db.IntegerProperty(default=0L) |
tuple | builtin_index_bytes = db.IntegerProperty(default=0L) |
tuple | builtin_index_count = db.IntegerProperty(default=0L) |
![]() | |
string | STORED_KIND_NAME = '__BaseStatistic__' |
tuple | bytes = db.IntegerProperty() |
tuple | count = db.IntegerProperty() |
tuple | timestamp = db.DateTimeProperty() |
![]() | |
save = put | |
Additional Inherited Members | |
![]() | |
def | kind |
![]() | |
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 |
An aggregate of all properties across the entire application by type. There is an instance of the PropertyTypeStat for every property type (google.appengine.api.datastore_types._PROPERTY_TYPES) in use by the application in its datastore. Attributes: property_type: the property type associated with the statistic instance. entity_bytes: the number of bytes taken up to store the statistic in the datastore minus the cost of storing indices. builtin_index_bytes: the number of bytes taken up to store builtin-in index entries builtin_index_count: the number of built-in index entries.