Skip to content

Paginated Query support

Compare
Choose a tag to compare
@joconor joconor released this 10 May 00:54
· 46 commits to master since this release

Return just a portion of the query results, along with the LastEvaluatedKey, allowing additional queries to retrieve successive portions of the results. This is useful in cases such as an infinite scrolling web page where AJAX callbacks will be used to retrieve additional results.