AWS SDK for .NET Documentation
UnprocessedItems Property
AmazonAmazon.DynamoDBv2.ModelBatchWriteItemResultUnprocessedItems Did this page help you?   Yes   No    Tell us about it...
A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems in the Request Parameters section. Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest). If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.

Constraints:

Length
1 - 25

Declaration Syntax
C#
public Dictionary<string, List<WriteRequest>> UnprocessedItems { get; set; }

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