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

IndexingPolicy interface

属性

automatic
compositeIndexes

表示要包含的复合索引的 <xref:CompositeIndexes> 数组。

excludedPaths

<xref:IncludedPath> 数组表示要排除用于索引的路径。

includedPaths

<xref:IncludedPath> 数组表示要包含索引的路径。

indexingMode

索引模式(一致或迟缓)IndexingMode

spatialIndexes
vectorIndexes

VectorIndex 的数组 表示要包含索引的向量索引路径。

属性详细信息

automatic

automatic?: boolean

属性值

boolean

compositeIndexes

表示要包含的复合索引的 <xref:CompositeIndexes> 数组。

compositeIndexes?: CompositePath[][]

属性值

excludedPaths

<xref:IncludedPath> 数组表示要排除用于索引的路径。

excludedPaths?: IndexedPath[]

属性值

includedPaths

<xref:IncludedPath> 数组表示要包含索引的路径。

includedPaths?: IndexedPath[]

属性值

indexingMode

索引模式(一致或迟缓)IndexingMode

indexingMode?: "consistent" | "lazy" | "none"

属性值

"consistent" | "lazy" | "none"

spatialIndexes

spatialIndexes?: SpatialIndex[]

属性值

vectorIndexes

VectorIndex 的数组 表示要包含索引的向量索引路径。

vectorIndexes?: VectorIndex[]

属性值