Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 974 Bytes

File metadata and controls

24 lines (14 loc) · 974 Bytes

CatalogQuerySortedAttribute

Description

Properties

Name Type Description Notes
attributeName String The attribute whose value should be used as the sort key.
initialAttributeValue String The first attribute value to be returned by the query. Ascending sorts will return only objects with this value or greater, while descending sorts will return only objects with this value or less. If unset, start at the beginning (for ascending sorts) or end (for descending sorts). [optional]
sortOrder SortOrderEnum The desired SortOrder, `"ASC"` (ascending) or `"DESC"` (descending). See SortOrder for possible values [optional]

Enum: SortOrderEnum

Name Value
DESC "DESC"
ASC "ASC"