ScanResult.LastEvaluatedKey Property

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. LastEvaluatedKey is null when the entire result set is complete (in other words, when the operation processed the "last page" of results). If there are no remaining table or segment items to be scanned, LastEvaluatedKey is returned as null.

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public Dictionary<String, AttributeValue> LastEvaluatedKey { get; set; }
Property Value
Type: System.Collections.Generic.Dictionary<System.String, Amazon.DynamoDBv2.Model.AttributeValue>

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8