
1 keakon 2011 年 12 月 13 日 用这个API,不过不是实时更新的 https://code.google.com/appengine/docs/python/datastore/stats.html from google.appengine.ext.db import stats for kind in stats.KindStat.all(): print kind.kind_name |
2 nttdocomo OP 不过这个方法官方说会比一般的方法使用的限额要高。 |