nextToken property

String? nextToken
final

If the response of a read request exceeds the response payload limit DynamoDB will set this value in the response. If set, you can use that this value in the subsequent request to get the remaining results.

Implementation

final String? nextToken;