共用方式為


CompositePath interface

表示索引編製原則中的復合路徑。

屬性

order

複合索引的順序,可以是「遞增」或「遞減」。

path

要包含在複合索引中的 JSON 檔案中的路徑。

屬性詳細資料

order

複合索引的順序,可以是「遞增」或「遞減」。

order: "ascending" | "descending"

屬性值

"ascending" | "descending"

path

要包含在複合索引中的 JSON 檔案中的路徑。

path: string

屬性值

string