共用方式為


IndexingPolicy interface

Cosmos DB 索引編制原則

屬性

automatic

指出索引編制原則是否為自動

compositeIndexes

複合路徑清單的清單

excludedPaths

要從索引編制中排除的路徑清單

includedPaths

要包含在索引中的路徑清單

indexingMode

表示索引編制模式。

spatialIndexes

空間特定專案清單

屬性詳細資料

automatic

指出索引編制原則是否為自動

automatic?: boolean

屬性值

boolean

compositeIndexes

複合路徑清單的清單

compositeIndexes?: CompositePath[][]

屬性值

excludedPaths

要從索引編制中排除的路徑清單

excludedPaths?: ExcludedPath[]

屬性值

includedPaths

要包含在索引中的路徑清單

includedPaths?: IncludedPath[]

屬性值

indexingMode

表示索引編制模式。

indexingMode?: string

屬性值

string

spatialIndexes

空間特定專案清單

spatialIndexes?: SpatialSpec[]

屬性值