- sindex: is the start index
- count: No. of records, you want to fetch.
NoteFor example :
- Deep Pagination with record window greater than 100k is not supported. Either reduce the sindex + count to be less than equal to 100k or use appropriate filters to narrow down your result set.
- Suppose you have to fetch 20 records:
- To fetch 100kth record:
- If you fetch more than 100kth records: