你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Azure.Data.Tables 命名空间

TableClient

TableClient允许与 Azure 存储帐户或 Azure Cosmos DB 表 API 中托管的 Azure 表进行交互。

TableClientOptions

用于配置对表服务的请求的选项。

TableEntity

一种类似于 ITableEntity 字典的泛型类型,它将实体上的任意属性集定义为键值对。

TableRetentionPolicy

保留策略。

TableServiceClient

TableServiceClient提供同步和异步方法,用于对 Azure 存储帐户或 Azure Cosmos DB 表 API 中托管的 Azure 表执行表级操作。

TableSharedKeyCredential

是由 TableSharedKeyCredential 存储帐户的名称及其访问密钥之一支持的凭据。

TableTransactionAction

定义要作为批处理操作的一部分包含的事务操作。

TableTransactionFailedException
TableUriBuilder

TableUriBuilder 用于为 Azure 存储表生成共享访问签名 (SAS) 。 有关详细信息,请参阅 https://docs.microsoft.com/en-us/rest/api/storageservices/create-account-sas

接口

ITableEntity

定义表实体模型所需属性的接口。 自定义实体模型类型必须实现此接口。

枚举

TableClientOptions.ServiceVersion

TableClientOptions.ServiceVersion获取发出请求时使用的服务 API 的 。

TableTransactionActionType

要作为表事务批处理操作的一部分对表实体执行的操作类型。

TableUpdateMode

定义 的行为 UpdateEntity<T>(T, ETag, TableUpdateMode, CancellationToken)
UpdateEntityAsync<T>(T, ETag, TableUpdateMode, CancellationToken)UpsertEntity<T>(T, TableUpdateMode, CancellationToken)UpsertEntityAsync<T>(T, TableUpdateMode, CancellationToken)