sortProperty resource type
Namespace: microsoft.graph
Indicates the order to sort search results.
Properties
Property | Type | Description |
---|---|---|
isDescending | Boolean | True if the sort order is descending. Default is false , with the sort order as ascending. Optional. |
name | String | The name of the property to sort on. Required. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"name": "String",
"isDescending": "true"
}