AWS SDK for .NET Documentation
LastEvaluatedKey Property
AmazonAmazon.DynamoDB.ModelScanResultLastEvaluatedKey Did this page help you?   Yes   No    Tell us about it...
Primary key of the item where the scan operation stopped. Provide this value in a subsequent scan operation to continue the operation from that point. The LastEvaluatedKey is null when the entire scan result set is complete (i.e. the operation processed the "last page").
Declaration Syntax
C#
public Key LastEvaluatedKey { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)