Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
QuerySortingKey
The possible sort fields for queries
enum QuerySortingKey {
hash
queryType
timestamp
}
Values
QuerySortingKey.hash
Sort by the query hash
QuerySortingKey.queryType
Sort by the query type (SELECT or WRITE)
QuerySortingKey.timestamp
Sort by the query timestamp
Member Of
QuerySortinginput