我现在正在学习google.cloud.datastore,但我找不到在google.cloud.datastore.Client中删除表/种类的方法。我想知道有没有一种等效的方法来做到这一点。或者,我只需要使用query delete_multi为特定kind检索到的密钥
发布于 2017-01-28 02:08:10
建议使用Cloud Dataflow批量删除实体:
https://stackoverflow.com/questions/41899538
复制相似问题