IndexingPolicy interface

屬性

automatic
excludedPaths

的 <xref:IncludedPath> 陣列表示要排除索引的路徑。

includedPaths

的 <xref:IncludedPath> 陣列表示要包含索引的路徑。

indexingMode

索引模式 (一致或延遲) IndexingMode

spatialIndexes

屬性詳細資料

automatic

automatic?: boolean

屬性值

boolean

excludedPaths

的 <xref:IncludedPath> 陣列表示要排除索引的路徑。

excludedPaths?: IndexedPath[]

屬性值

includedPaths

的 <xref:IncludedPath> 陣列表示要包含索引的路徑。

includedPaths?: IndexedPath[]

屬性值

indexingMode

索引模式 (一致或延遲) IndexingMode

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

屬性值

"consistent" | "lazy" | "none"

spatialIndexes

spatialIndexes?: SpatialIndex[]

屬性值