开发者

Delete data from Google AppEngine datastore

I need to delete some information from Google app engine datastore (not google app-engine cloud storage). I am using Java开发者_如何学Python API for develop my application. Any one have good example for this?


Have a look to Deleting Entities in Bulk new feature here.

You can use the Datastore Admin tab of the Admin Console to delete all entities of a kind, or all entities of all kinds, in the default namespace


See this part of the documentation: Saving, Getting and Deleting Entities

You just call datastore.delete(key).


If this is a local environment, got to /_ah/admin/datastore and select entities to delete.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜