page-info
page-info
Represents page information for a paged result
JSON Example
{
"totalCount": 0,
"page": 0,
"pageSize": 0,
"sortBy": "string",
"sortOrder": "string"
}
integer As int32
As int32
totalCount
Optional
Total number of results
integer As int32
As int32
page
Optional
Constraints:
minimum: 0
The current page number
integer As int32
As int32
pageSize
Optional
Constraints:
minimum: 1
Number of entries allowed in a page
string
sortBy
Optional
A CSV list of field names. Usually found in an enumeration, e.g. ResourceField
string
sortOrder
Optional
A CSV list of SortOrder values. If not specified or if list is shorter than sortFields then SortOrder.ASCENDING is assumed.
Property Of