共用方式為


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[]

屬性值