<- Object

Object

CatalogQuerySortedAttribute

The query expression to specify the key to sort search results.

Link to section

Properties

Link to section

attribute_name

string

Required

The attribute whose value is used as the sort key.

Link to section

initial_attribute_value

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).

Link to section

sort_order

string

The desired sort order, "ASC" (ascending) or "DESC" (descending).