Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种方法可以查询 Google Datastore,其行为方式与带有条件的 SQL“更新”查询相同。或者我应该分两部分执行此任务 - 检索符合指定条件的存储实体,更改适当的属性并发出批量请求以保存更改的实体?
您无法在 Google App Engine 中进行此类查询。您需要首先获取要更新的实体,然后修改它们并将它们存储回数据存储区。