Pagination Properties
An object defining properties for the Pagination class.
Skip
The number of records to skip.
Type: int
Note
- If a negative value is provided for
skip
, it defaults to0
.
Take
The number of records to retrieve.
Type: int
Note
- The maximum value is
200
. - The minimum value is
1
.