Pagination Glossary
Browse 2 pagination terms defined in plain English, from the cultural dictionary of computing.
2 Pagination Terms
- API Pagination
- The technique an API uses to split large result sets into smaller pages, commonly through page numbers, offsets, cursors, or tokens. Pagination is important...
- Cursor
- A pointer or token representing a current position within a dataset, result set, or stream so processing can continue from that point. Cursors are common in...
Related Topics
- Apis (1 terms in common)
- State (1 terms in common)
- Databases (1 terms in common)
- Performance (1 terms in common)