com.azure.data.tables.models
Package containing the data models for AzureTable. null.
Classes
| ListEntitiesOptions |
Options to modify the data returned from the |
| ListTablesOptions |
Options to modify the data returned from the |
| TableAccessPolicies |
This class contains values which correlate to the access polices set for a specific table. |
| TableAccessPolicy |
An Access policy. |
| TableEntity |
Overview |
| TableErrorCode |
Defines values for error codes returned from the Tables service. |
| TableItem |
A table within a storage or CosmosDB table API account. |
| TableServiceCorsRule |
CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain. |
| TableServiceError |
A class that represents an error occurred in a Tables operation. |
| TableServiceException |
Exception thrown for an invalid response with TableServiceError information. |
| TableServiceGeoReplication |
The Table |
| TableServiceGeoReplicationStatus |
The status of the secondary location. |
| TableServiceLogging |
Azure Analytics Logging settings. |
| TableServiceMetrics |
The Table |
| TableServiceProperties |
Table Service Properties. |
| TableServiceRetentionPolicy |
The retention policy. |
| TableServiceStatistics |
Stats for the service. |
| TableSignedIdentifier |
A signed identifier. |
| TableTransactionAction |
Defines an action to be included as part of a transactional operation. |
| TableTransactionActionResponse |
The response of a REST sub-request contained within the response of a transaction request. |
| TableTransactionFailedException |
Exception thrown for an invalid response on a transactional operation with TableServiceError information. |
| TableTransactionResult |
A result type returned from calling submitTransaction(List<TableTransactionAction> transactionActions), submitTransactionWithResponse(List<TableTransactionAction> transactionActions, Duration timeout, Context context), submitTransaction(List<TableTransactionAction> transactionActions) or submitTransactionWithResponse(List<TableTransactionAction> transactionActions). |
Enums
| TableEntityUpdateMode |
The type of update operation to perform on an existing entity within a table. |
| TableTransactionActionType |
The type of action to be executed on a TableEntity in a transactional operation. |