IncludedPath Class

The paths that are included in indexing.

Inheritance
IncludedPath

Constructor

IncludedPath(*, path: Optional[str] = None, indexes: Optional[List[_models.Indexes]] = None, **kwargs)

Variables

path
str

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

indexes
list[Indexes]

List of indexes for this path.