你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CompositePath interface

表示索引策略中的复合路径。

属性

order

复合索引的顺序,“升序”或“降序”。

path

要包含在复合索引中的 JSON 文档中的路径。

属性详细信息

order

复合索引的顺序,“升序”或“降序”。

order: "ascending" | "descending"

属性值

"ascending" | "descending"

path

要包含在复合索引中的 JSON 文档中的路径。

path: string

属性值

string