Uses of Class
com.azure.data.tables.models.TableTransactionAction
-
Packages that use TableTransactionAction Package Description com.azure.data.tables Package containing the classes for Tables Clients.com.azure.data.tables.models Package containing the implementations and inner classes for AzureTable. -
-
Uses of TableTransactionAction in com.azure.data.tables
Method parameters in com.azure.data.tables with type arguments of type TableTransactionAction Modifier and Type Method Description Mono<TableTransactionResult>TableAsyncClient. submitTransaction(List<TableTransactionAction> transactionActions)Executes allactionswithin the list inside a transaction.TableTransactionResultTableClient. submitTransaction(List<TableTransactionAction> transactionActions)Executes allactionswithin the list inside a transaction.Mono<com.azure.core.http.rest.Response<TableTransactionResult>>TableAsyncClient. submitTransactionWithResponse(List<TableTransactionAction> transactionActions)Executes allactionswithin the list inside a transaction.com.azure.core.http.rest.Response<TableTransactionResult>TableClient. submitTransactionWithResponse(List<TableTransactionAction> transactionActions, Duration timeout, com.azure.core.util.Context context)Executes allactionswithin the list inside a transaction. -
Uses of TableTransactionAction in com.azure.data.tables.models
Constructor parameters in com.azure.data.tables.models with type arguments of type TableTransactionAction Constructor Description TableTransactionResult(List<TableTransactionAction> transactionActions, List<TableTransactionActionResponse> transactionActionResponses)Create a newTableTransactionResult.
-