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 文档给出的实体来删除实体,但我的问题是如何删除存储在实体内的特定数据。我们有什么方法可以删除实体内部的特定数据。
如何获取实体,删除所需的字段然后更新它?
从文档:
“要更新现有实体,请修改 Entity 对象的属性,然后将其传递给 DatastoreService.put() 方法”