AWS SDK for .NET Documentation
UnprocessedKeys Property
AmazonAmazon.DynamoDBv2.ModelBatchGetItemResultUnprocessedKeys Did this page help you?   Yes   No    Tell us about it...
A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section. Each element consists of: If there are no unprocessed keys remaining, the response contains an empty UnprocessedKeys map.

Constraints:

Length
1 - 100

Declaration Syntax
C#
public Dictionary<string, KeysAndAttributes> UnprocessedKeys { get; set; }

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