简体   繁体   中英

How to Implement Pagination With Filter in AWS Dynamodb

QueryResultPage quickLinksQueryResult=mapper.queryPage(Links.class,queryExpression,LinksDynamoDBMapperConfig.get(tableNameLinks)); queryExpression.withExclusiveStartKey(linksQueryResult.getLastEvaluatedKey());

Getting Empty results while filter is applied.What might be error?

Both Filter and Pagination cannot be done at same time on the Dynamodb Table. You can execute one or the other, but not both.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM