public final class TableTransactionResult extends Object
| Constructor and Description |
|---|
TableTransactionResult(List<TableTransactionAction> transactionActions,
List<TableTransactionActionResponse> transactionActionResponses)
Create a new
TableTransactionResult. |
| Modifier and Type | Method and Description |
|---|---|
TableTransactionActionResponse |
getTableTransactionActionResponseByRowKey(String rowKey)
Obtain the corresponding
sub-response for a given rowKey. |
List<TableTransactionActionResponse> |
getTransactionActionResponses()
Get all the
sub-responses obtained from the submit transaction operation. |
public TableTransactionResult(List<TableTransactionAction> transactionActions, List<TableTransactionActionResponse> transactionActionResponses)
TableTransactionResult.transactionActions - The list of transaction actions sent in the request.transactionActionResponses - The list of responses that correspond
to each transaction action.public List<TableTransactionActionResponse> getTransactionActionResponses()
sub-responses obtained from the submit transaction operation.sub-responses obtained from the submit transaction operationpublic TableTransactionActionResponse getTableTransactionActionResponseByRowKey(String rowKey)
sub-response for a given rowKey.rowKey - The rowKey to look a sub-response with.TableTransactionActionResponse that corresponds to the given rowKey.Copyright © 2021 Microsoft Corporation. All rights reserved.