共用方式為


IndexingPolicy interface

Cosmos DB 索引編製原則

屬性

automatic

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

compositeIndexes

複合路徑清單清單

excludedPaths

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

includedPaths

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

indexingMode

表示索引模式。

spatialIndexes

空間特定項目清單

vectorIndexes

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

屬性詳細資料

automatic

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

automatic?: boolean

屬性值

boolean

compositeIndexes

複合路徑清單清單

compositeIndexes?: CompositePath[][]

屬性值

excludedPaths

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

excludedPaths?: ExcludedPath[]

屬性值

includedPaths

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

includedPaths?: IncludedPath[]

屬性值

indexingMode

表示索引模式。

indexingMode?: string

屬性值

string

spatialIndexes

空間特定項目清單

spatialIndexes?: SpatialSpec[]

屬性值

vectorIndexes

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

vectorIndexes?: VectorIndex[]

屬性值