在Firestore纯模式下相当于ComputedProperty(ndb数据存储)

时间:2019-11-12 18:57:05

标签: google-cloud-firestore google-cloud-datastore

我们目前在Google App Engine(python 2.7标准)的ndb Datastore上有一个数据库。我们计划迁移到Firestore纯模式。 ndb中有一个功能ComputedProperty-在Firestore纯模式下,我们有与此类似的功能吗?

1 个答案:

答案 0 :(得分:2)

本机模式下的Cloud Firestore不直接支持计算属性。相反,您将使用客户端站点事务或Cloud Function,例如,请参见aggregation queries