IndexingPolicy interface
属性
automatic | |
composite |
表示要包含的复合索引的 <xref:CompositeIndexes> 数组。 |
excluded |
<xref:IncludedPath> 数组表示要排除用于索引的路径。 |
full |
FullTextIndex 的数组 表示要包含的全文索引。 |
included |
<xref:IncludedPath> 数组表示要包含索引的路径。 |
indexing |
索引模式(一致或迟缓)IndexingMode。 |
spatial |
|
vector |
VectorIndex 的数组 表示要包含索引的向量索引路径。 |
属性详细信息
automatic
automatic?: boolean
属性值
boolean
compositeIndexes
excludedPaths
fullTextIndexes
includedPaths
indexingMode
索引模式(一致或迟缓)IndexingMode。
indexingMode?: "consistent" | "lazy" | "none"
属性值
"consistent" | "lazy" | "none"