IndexingPolicy interface

Properties

automatic
excludedPaths

An array of <xref:IncludedPath> represents the paths to be excluded for indexing.

includedPaths

An array of <xref:IncludedPath> represents the paths to be included for indexing.

indexingMode

The indexing mode (consistent or lazy) IndexingMode.

spatialIndexes

Property Details

automatic

automatic?: boolean

Property Value

boolean

excludedPaths

An array of <xref:IncludedPath> represents the paths to be excluded for indexing.

excludedPaths?: IndexedPath[]

Property Value

includedPaths

An array of <xref:IncludedPath> represents the paths to be included for indexing.

includedPaths?: IndexedPath[]

Property Value

indexingMode

The indexing mode (consistent or lazy) IndexingMode.

indexingMode?: "consistent" | "lazy" | "none"

Property Value

"consistent" | "lazy" | "none"

spatialIndexes

spatialIndexes?: SpatialIndex[]

Property Value