PagedSearchResultsT Properties |
The PagedSearchResultsT generic type exposes the following members.
Name | Description | |
---|---|---|
PageNumber |
The number of the page within the result set represented by this search result.
| |
PageSize |
The number of data records per page for this search result.
| |
Results |
The actual data payload or result set, in the form of a list of data objects of type T
| |
TotalPages |
The total number of pages that are available for this search result.
| |
TotalRecords |
The total number of data records that are available for this search result across all pages.
|