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