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

CloudTableClient 类

定义

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

构造函数

CloudTableClient(StorageUri, StorageCredentials)
CloudTableClient(Uri, StorageCredentials)

属性

AuthenticationScheme
BaseUri
BufferManager
Credentials
DefaultRequestOptions
StorageUri

方法

GetServicePropertiesAsync()
GetServicePropertiesAsync(TableRequestOptions, OperationContext)
GetServicePropertiesAsync(TableRequestOptions, OperationContext, CancellationToken)
GetServiceStatsAsync()
GetServiceStatsAsync(TableRequestOptions, OperationContext)
GetServiceStatsAsync(TableRequestOptions, OperationContext, CancellationToken)
GetTableReference(String)
ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext)
ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)
ListTablesSegmentedAsync(String, TableContinuationToken)
ListTablesSegmentedAsync(TableContinuationToken)
SetServicePropertiesAsync(ServiceProperties)
SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext)
SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken)

适用于