PageRequest
v1.0Description
Used in pagination queries, PageRequest
indicates the number of items to return and the page number.
Properties
Name | Description |
---|---|
PageNumber | The request page index. |
PageSize | The number of items to fetch. |
Table of Contents