PaginatedResultT Properties | ![]() |
The PaginatedResultT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Data |
A list of objects representing the current page of data in the result set.
|
![]() | PageNumber |
The current page in the full result set that the data array represents.
|
![]() | PageSize |
The number of items in a page. Omitted if there is no limit to page size (and hence, all results are included).
Unless otherwise specified, this defaults to 100 for most endpoints.
|
![]() | TotalCount |
The total number of items in the full result set.
|
![]() | TotalPages |
The total number of pages in the full result set.
|