IndexingPolicy interface
屬性
automatic | |
composite |
<xref:CompositeIndexes> 陣列,表示要包含的複合索引。 |
excluded |
<xref:IncludedPath> 陣列代表要排除用於編製索引的路徑。 |
included |
<xref:IncludedPath> 陣列代表要納入索引的路徑。 |
indexing |
索引模式 (一致或延遲) IndexingMode。 |
spatial |
|
vector |
vectorIndex |
屬性詳細資料
automatic
automatic?: boolean
屬性值
boolean
compositeIndexes
excludedPaths
includedPaths
indexingMode
索引模式 (一致或延遲) IndexingMode。
indexingMode?: "consistent" | "lazy" | "none"
屬性值
"consistent" | "lazy" | "none"