Uses of Class
com.azure.data.tables.models.TableTransactionAction
Packages that use TableTransactionAction
Package
Description
Azure Tables is a NoSQL key-value storage service offered by Microsoft Azure, which provides a highly
scalable and cost-effective solution for storing structured data.
Package containing the data models for AzureTable.
-
Uses of TableTransactionAction in com.azure.data.tables
Method parameters in com.azure.data.tables with type arguments of type TableTransactionActionModifier and TypeMethodDescriptionTableAsyncClient.submitTransaction
(List<TableTransactionAction> transactionActions) Executes allactions
within the list inside a transaction.TableClient.submitTransaction
(List<TableTransactionAction> transactionActions) Executes allactions
within the list inside a transaction.Mono
<com.azure.core.http.rest.Response<TableTransactionResult>> TableAsyncClient.submitTransactionWithResponse
(List<TableTransactionAction> transactionActions) Executes allactions
within 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 allactions
within 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 TableTransactionActionModifierConstructorDescriptionTableTransactionResult
(List<TableTransactionAction> transactionActions, List<TableTransactionActionResponse> transactionActionResponses) Create a newTableTransactionResult
.