如何在index.yaml中指定命名空间?
Example:
- kind: Account
properties:
- name: first_name
- name: balance
https://developers.google.com/appengine/docs/python/config/indexconfig#Python_Index_definitions
答案 0 :(得分:3)
你不是。命名空间允许您在逻辑级别隔离数据,但它们共享索引定义,并且根据您实现它们的方式,它们通常也共享相同的类型。