Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndexingPolicy

Package version

Cosmos DB indexing policy

Hierarchy

  • IndexingPolicy

Index

Properties

Optional automatic

automatic: undefined | false | true

Indicates if the indexing policy is automatic

Optional compositeIndexes

compositeIndexes: CompositePath[][]

List of composite path list

Optional excludedPaths

excludedPaths: ExcludedPath[]

List of paths to exclude from indexing

Optional includedPaths

includedPaths: IncludedPath[]

List of paths to include in the indexing

Optional indexingMode

indexingMode: IndexingMode

Indicates the indexing mode.

Optional spatialIndexes

spatialIndexes: SpatialSpec[]

List of spatial specifics

Generated using TypeDoc