SQLPaginationEnabled
When set to 1 (true) REST queries are limited to 10,000 rows and a page token is returned with the result set. Subsequent queries should include that token in order to retrieve the next set of results.
The pagination is supported only when retrieving historical data from the History table, the custom table name set by \SQLQueryHistoryNoOverridesTableName, and the History TPP tables.
Retrieving alarm history doesn’t support pagination.
Section: System
Default: SQLPaginationEnabled = 1
*No restart required (Settings.Dynamic property)