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.

JSON representation

The following is a JSON representation of the resource.

{
  "name": "String",
  "isDescending": "true"
}