简体   繁体   English

如何删除谷歌云数据存储中的一种

[英]How to delete a kind in Google cloud datastore

In the Cloud Datastore Admin console, I can only delete all entities of a certain kind .Cloud Datastore Admin控制台中,我只能删除某种kind所有实体。 I am wondering how to delete the kind along with all its entities as well.我想知道如何删除种类及其所有实体。

I am using datastore emulator as the local dev server.我使用datastore emulator作为本地开发服务器。

After you delete all the entities of a kind, the kind will no longer appear in the Cloud Datastore Admin console.删除某个种类的所有实体后,该种类将不再出现在 Cloud Datastore 管理控制台中。 I don't recall if it is immediate.我不记得它是否是即时的。 It might take 24 hours or so.可能需要 24 小时左右。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM