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.
我知道 Azure Cosmos Db 中有一个 _ts(时间戳)属性,它会在任何文档插入/更新时得到更新。
Azure 搜索索引中的文档是否有类似的内容?
(或者)
我们是否应该拥有自己的时间戳属性?
在 Azure 搜索索引中,您只能获得您输入的字段。所以不,文档上没有时间戳(至少没有通过 API 公开)。
支持的字段类型之一是 Edm.DateTimeOffset - 如果必须,您可以使用它来维护此类字段。