Class BatchExecuteStatementResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the BatchExecuteStatement operation.
public class BatchExecuteStatementResponse : AmazonWebServiceResponse
- Inheritance
-
BatchExecuteStatementResponse
Constructors
BatchExecuteStatementResponse()
public BatchExecuteStatementResponse()
Properties
ConsumedCapacity
Gets and sets the property ConsumedCapacity.
The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.
public List<ConsumedCapacity> ConsumedCapacity { get; set; }
Property Value
Responses
Gets and sets the property Responses.
The response to each PartiQL statement in the batch.
public List<BatchStatementResponse> Responses { get; set; }