Order¶
An array of order expressions to sort the results.
| 1 |  | 
Types¶
QueryOrder¶
Defines the ordering expression for the query results.
Expression : string
 The expression to use for ordering the results.
Type : ( "Ascending" | "Descending" )
 The type of ordering (ascending or descending). If not specified, defaults to "Ascending".