Azure.Data.Tables Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
TableClient |
The TableClient allows you to interact with Azure Tables hosted in either Azure storage accounts or Azure Cosmos DB table API. |
TableClientOptions |
Options to configure the requests to the Table service. |
TableEntity |
A generic dictionary-like ITableEntity type which defines an arbitrary set of properties on an entity as key-value pairs. |
TableRetentionPolicy |
The retention policy. |
TableServiceClient |
The TableServiceClient provides synchronous and asynchronous methods to perform table level operations with Azure Tables hosted in either Azure storage accounts or Azure Cosmos DB table API. |
TableSharedKeyCredential |
A TableSharedKeyCredential is a credential backed by a Storage Account's name and one of its access keys. |
TableTransactionAction |
Defines an transaction action to be included as part of a batch operation. |
TableTransactionFailedException | |
TableUriBuilder |
TableUriBuilder is used to generate a Shared Access Signature (SAS) for an Azure Storage table. For more information, see https://docs.microsoft.com/en-us/rest/api/storageservices/create-account-sas. |
Interfaces
ITableEntity |
An interface defining the required properties for a table entity model. Custom entity model types must implement this interface. |
Enums
TableClientOptions.ServiceVersion |
Gets the TableClientOptions.ServiceVersion of the service API used when making requests. |
TableTransactionActionType |
The type of operation to be executed on a table entity as part of a table transactional batch operations. |
TableUpdateMode |
Defines the behavior of UpdateEntity<T>(T, ETag, TableUpdateMode, CancellationToken), |
Azure SDK for .NET