Click or drag to resize

PaginatedResultT Properties

The PaginatedResultT generic type exposes the following members.

Properties
  NameDescription
Public propertyData
A list of objects representing the current page of data in the result set.
Public propertyPageNumber
The current page in the full result set that the data array represents.
Public propertyPageSize
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.
Public propertyTotalCount
The total number of items in the full result set.
Public propertyTotalPages
The total number of pages in the full result set.
Top
See Also