Uses of Class
com.azure.data.tables.models.TableTransactionActionResponse
-
Packages that use TableTransactionActionResponse Package Description com.azure.data.tables.models Package containing the implementations and inner classes for AzureTable. -
-
Uses of TableTransactionActionResponse in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableTransactionActionResponse Modifier and Type Method Description TableTransactionActionResponseTableTransactionResult. getTableTransactionActionResponseByRowKey(String rowKey)Obtain the correspondingsub-responsefor a givenrowKey.Methods in com.azure.data.tables.models that return types with arguments of type TableTransactionActionResponse Modifier and Type Method Description List<TableTransactionActionResponse>TableTransactionResult. getTransactionActionResponses()Get all thesub-responsesobtained from the submit transaction operation.
-