Uses of Class
com.azure.data.tables.models.TableTransactionResult
Packages that use TableTransactionResult
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.
-
Uses of TableTransactionResult in com.azure.data.tables
Methods in com.azure.data.tables that return TableTransactionResultModifier and TypeMethodDescriptionTableClient.submitTransaction
(List<TableTransactionAction> transactionActions) Executes allactions
within the list inside a transaction.Methods in com.azure.data.tables that return types with arguments of type TableTransactionResultModifier and TypeMethodDescriptionTableAsyncClient.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.