IndexingPolicy interface
Zásady indexování služby Cosmos DB
Vlastnosti
| automatic | Označuje, jestli je zásada indexování automatická. |
| composite |
Seznam složených cest |
| excluded |
Seznam cest, které se mají vyloučit z indexování |
| full |
Seznam cest, které mají být zahrnuty do indexování fulltextu |
| included |
Seznam cest, které se mají zahrnout do indexování |
| indexing |
Označuje režim indexování. |
| spatial |
Seznam prostorových specifik |
| vector |
Seznam cest, které se mají zahrnout do indexování vektorů |
Podrobnosti vlastnosti
automatic
Označuje, jestli je zásada indexování automatická.
automatic?: boolean
Hodnota vlastnosti
boolean
compositeIndexes
excludedPaths
Seznam cest, které se mají vyloučit z indexování
excludedPaths?: ExcludedPath[]
Hodnota vlastnosti
fullTextIndexes
Seznam cest, které mají být zahrnuty do indexování fulltextu
fullTextIndexes?: FullTextIndexPath[]
Hodnota vlastnosti
includedPaths
Seznam cest, které se mají zahrnout do indexování
includedPaths?: IncludedPath[]
Hodnota vlastnosti
indexingMode
Označuje režim indexování.
indexingMode?: string
Hodnota vlastnosti
string
spatialIndexes
vectorIndexes
Seznam cest, které se mají zahrnout do indexování vektorů
vectorIndexes?: VectorIndex[]