...
ascending
- (default) lowest values for the valid data type are listed first.descending
- Null/empty values are sorted first, followed by mismatched values. Then, the array values that are valid for the specified data type are listed in descending order.- For more information on the rules of sorting, see Sort Order.
Usage Notes:
Required? | Data Type | Example Value |
---|---|---|
No | String (enumerated value) | descending |
...