Structs§
- Query
Pagination - QueryPagination : When a query produces results that are not included in the data document, pagination occurs. This means the results are divided into pages. To retrieve the next page, you must pass a
CreateQuerySpecificationobject withpaginationTokenset to this object’snextTokenand withqueryset to this object’squeryin the subsequentcreateQueryrequest. When there are no more pages to fetch, thenextTokenfield will be absent.