PageOptions interface
Paging and whether to count.
Signature:
export interface PageOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
(Optional) Rows to skip. | ||
|
number |
(Optional) Rows to take. | ||
|
boolean |
(Optional) Count the matching rows as well as returning the page. |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.