Class TransactWriteItemsResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the TransactWriteItems operation.
public class TransactWriteItemsResponse : AmazonWebServiceResponse
- Inheritance
-
TransactWriteItemsResponse
Constructors
TransactWriteItemsResponse()
public TransactWriteItemsResponse()
Properties
ConsumedCapacity
Gets and sets the property ConsumedCapacity.
The capacity units consumed by the entire
TransactWriteItems
operation.
The values of the list are ordered according to the ordering of the TransactItems
request parameter.
public List<ConsumedCapacity> ConsumedCapacity { get; set; }
Property Value
ItemCollectionMetrics
Gets and sets the property ItemCollectionMetrics.
A list of tables that were processed by
TransactWriteItems
and, for each
table, information about any item collections that were affected by individual UpdateItem
,
PutItem
, or DeleteItem
operations.
public Dictionary<string, List<ItemCollectionMetrics>> ItemCollectionMetrics { get; set; }