|
string | STORED_KIND_NAME = '__Stat_Kind_CompositeIndex__' |
|
tuple | index_id = model.IntegerProperty() |
|
tuple | kind_name = model.StringProperty() |
|
string | STORED_KIND_NAME = '__BaseStatistic__' |
|
tuple | bytes = model.IntegerProperty() |
|
tuple | count = model.IntegerProperty() |
|
tuple | timestamp = model.DateTimeProperty() |
|
| key = _key |
|
| populate = _populate |
|
| has_complete_key = _has_complete_key |
|
| to_dict = _to_dict |
|
| query = _query |
|
| gql = _gql |
|
| put = _put |
|
| put_async = _put_async |
|
| get_or_insert = _get_or_insert |
|
| get_or_insert_async = _get_or_insert_async |
|
| allocate_ids = _allocate_ids |
|
| allocate_ids_async = _allocate_ids_async |
|
| get_by_id = _get_by_id |
|
| get_by_id_async = _get_by_id_async |
|
Statistic on (kind, composite_index_id) tuples in the datastore.
There is an instance of the KindCompositeIndexStat for every unique
(kind, composite_index_id) tuple in the application's datastore indexes.
Attributes:
index_id: the id of the composite index associated with the statistic
instance.
kind_name: the name of the kind associated with the statistic instance.