Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

SortingDirectionEnum

The possible sort directions : ASC/DESC, default: asc

enum SortingDirectionEnum {
ASC
DESC
}

Values

SortingDirectionEnum.ASC

Sort in ascending order

SortingDirectionEnum.DESC

Sort in descending order

Member Of