IndexingPolicy interface
Cosmos DB indexing policy
Properties
| automatic | Indicates if the indexing policy is automatic |
| composite |
List of composite path list |
| excluded |
List of paths to exclude from indexing |
| full |
List of paths to include in the full text indexing |
| included |
List of paths to include in the indexing |
| indexing |
Indicates the indexing mode. |
| spatial |
List of spatial specifics |
| vector |
List of paths to include in the vector indexing |
Property Details
automatic
Indicates if the indexing policy is automatic
automatic?: boolean
Property Value
boolean
compositeIndexes
excludedPaths
fullTextIndexes
List of paths to include in the full text indexing
fullTextIndexes?: FullTextIndexPath[]
Property Value
includedPaths
List of paths to include in the indexing
includedPaths?: IncludedPath[]
Property Value
indexingMode
Indicates the indexing mode.
indexingMode?: string
Property Value
string
spatialIndexes
vectorIndexes
List of paths to include in the vector indexing
vectorIndexes?: VectorIndex[]