IncludedPath interface

The paths that are included in indexing

Properties

indexes

List of indexes for this path

path

The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)

Property Details

indexes

List of indexes for this path

indexes?: Indexes[]

Property Value

path

The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)

path?: string

Property Value

string