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

CloudTableClient 类

定义

提供 Microsoft Azure 表服务的客户端逻辑表示形式。 此客户端用于对表服务进行配置和执行请求。

public class CloudTableClient
type CloudTableClient = class
Public Class CloudTableClient
继承
CloudTableClient

注解

CloudTableClient 对象封装表服务的基 URI。 如果服务客户端将用于经过身份验证的访问,则它也会封装用于访问存储帐户的凭据。

构造函数

CloudTableClient(StorageUri, StorageCredentials)

使用指定的表服务终结点和帐户凭据初始化 CloudTableClient 类的新实例。

CloudTableClient(StorageUri, StorageCredentials, TableClientConfiguration)

使用指定的表服务终结点和帐户凭据初始化 CloudTableClient 类的新实例。

CloudTableClient(Uri, StorageCredentials)

提供 Microsoft Azure 表服务的客户端逻辑表示形式。 此客户端用于对表服务进行配置和执行请求。

CloudTableClient(Uri, StorageCredentials, TableClientConfiguration)

使用指定的表服务终结点和帐户凭据初始化 CloudTableClient 类的新实例。

属性

BaseUri

获取主位置中的表服务客户端的基 URI。

Credentials

获取用于创建表服务客户端的帐户凭据。

DefaultRequestOptions

获取或设置通过表服务客户端发出的请求的默认请求选项。

StorageUri

获取位于主位置和辅助位置的表服务终结点。

TableClientConfiguration

表客户端的配置设置

方法

GetServiceProperties(TableRequestOptions, OperationContext)

获取表服务的服务属性。

GetServicePropertiesAsync()

启动异步操作以获取表服务的服务属性。

GetServicePropertiesAsync(CancellationToken)

启动异步操作以获取表服务的服务属性。

GetServicePropertiesAsync(TableRequestOptions, OperationContext)

启动异步操作以获取表服务的服务属性。

GetServicePropertiesAsync(TableRequestOptions, OperationContext, CancellationToken)

启动异步操作以获取表服务的服务属性。

GetServiceStats(TableRequestOptions, OperationContext)

获取辅助表服务终结点的服务统计信息。

GetServiceStatsAsync()

启动异步操作以获取辅助表服务终结点的服务统计信息。

GetServiceStatsAsync(CancellationToken)

启动异步操作以获取辅助表服务终结点的服务统计信息。

GetServiceStatsAsync(TableRequestOptions, OperationContext)

启动异步操作以获取辅助表服务终结点的服务统计信息。

GetServiceStatsAsync(TableRequestOptions, OperationContext, CancellationToken)

启动异步操作以获取辅助表服务终结点的服务统计信息。

GetTableReference(String)

获取对指定表的引用。

ListTables(String, TableRequestOptions, OperationContext)

返回以指定前缀开头的延迟检索的表的可枚举集合。

ListTablesSegmented(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext)

返回以指定前缀开头的延迟检索的表的结果段。

ListTablesSegmented(String, TableContinuationToken)

返回以指定前缀开头的延迟检索的表的结果段。

ListTablesSegmented(TableContinuationToken)

返回表的结果段。

ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, CancellationToken)

启动异步操作以返回以指定前缀开头的表的结果段。

ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext)

启动异步操作以返回以指定前缀开头的表的结果段。

ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)

开始异步操作,以返回以指定前缀开头的表的结果段。

ListTablesSegmentedAsync(String, TableContinuationToken)

启动异步操作以返回以指定前缀开头的表的结果段。

ListTablesSegmentedAsync(String, TableContinuationToken, CancellationToken)

启动异步操作以返回以指定前缀开头的表的结果段。

ListTablesSegmentedAsync(TableContinuationToken)

启动异步操作以返回表的结果段。

ListTablesSegmentedAsync(TableContinuationToken, CancellationToken)

启动异步操作以返回表的结果段。

SetServiceProperties(ServiceProperties, TableRequestOptions, OperationContext)

设置表服务的服务属性。

SetServicePropertiesAsync(ServiceProperties)

启动异步操作以设置表服务的服务属性。

SetServicePropertiesAsync(ServiceProperties, CancellationToken)

启动异步操作以设置表服务的服务属性。

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext)

启动异步操作以设置表服务的服务属性。

SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken)

启动异步操作以设置表服务的服务属性。

适用于