Represents the output of a BatchWriteItem operation.
Inheritance Hierarchy
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class BatchWriteItemResult : AmazonWebServiceResponse
The BatchWriteItemResult type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
BatchWriteItemResult() |
Properties
Name | Description | |
---|---|---|
![]() |
ConsumedCapacity |
The capacity units consumed by the operation. Each element consists of:
|
![]() |
ContentLength | Returns the content length of the HTTP response. |
![]() |
HttpStatusCode | Returns the status code of the HTTP response. |
![]() |
ItemCollectionMetrics |
A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected
by individual DeleteItem or PutItem operations. Each entry consists of the following subelements:
|
![]() |
ResponseMetadata | Contains additional information about the request, such as the Request Id. |
![]() |
UnprocessedItems |
A map of tables and requests against those tables that were not processed. The UnprocessedKeys 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).
Constraints: |
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