CompositePath Class

CompositePath.

Inheritance
CompositePath

Constructor

CompositePath(*, path: Optional[str] = None, order: Optional[Union[str, _models.CompositePathSortOrder]] = 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/>>*<<).

order
str or CompositePathSortOrder

Sort order for composite paths. Known values are: "ascending", "descending".