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 |
included |
List of paths to include in the indexing |
indexing |
Indicates the indexing mode. |
spatial |
List of spatial specifics |
Property Details
automatic
Indicates if the indexing policy is automatic
automatic?: boolean
Property Value
boolean
compositeIndexes
excludedPaths
includedPaths
List of paths to include in the indexing
includedPaths?: IncludedPath[]
Property Value
indexingMode
Indicates the indexing mode.
indexingMode?: string
Property Value
string