Package com.azure.data.tables.models
Class TableTransactionResult
java.lang.Object
com.azure.data.tables.models.TableTransactionResult
-
Constructor Summary
ConstructorsConstructorDescriptionTableTransactionResult(List<TableTransactionAction> transactionActions, List<TableTransactionActionResponse> transactionActionResponses) Create a newTableTransactionResult. -
Method Summary
Modifier and TypeMethodDescriptionObtain the correspondingsub-responsefor a givenrowKey.Get all thesub-responsesobtained from the submit transaction operation.
-
Constructor Details
-
TableTransactionResult
public TableTransactionResult(List<TableTransactionAction> transactionActions, List<TableTransactionActionResponse> transactionActionResponses) Create a newTableTransactionResult.- Parameters:
transactionActions- The list oftransaction actionssent in the request.transactionActionResponses- The list ofresponsesthat correspond to each transaction action.
-
-
Method Details
-
getTransactionActionResponses
Get all thesub-responsesobtained from the submit transaction operation.- Returns:
- The
sub-responsesobtained from the submit transaction operation
-
getTableTransactionActionResponseByRowKey
Obtain the correspondingsub-responsefor a givenrowKey.- Parameters:
rowKey- TherowKeyto look asub-responsewith.- Returns:
- The
TableTransactionActionResponsethat corresponds to the givenrowKey.
-