Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Provides a client-side logical representation of the Windows Azure Table Service. This client is used to configure and execute requests against the Table Service.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Table.::..CloudTableClient

Syntax

 
public class CloudTableClient
 
public ref class CloudTableClient 
 
type CloudTableClient = class end
 
Public Class CloudTableClient

Constructors

NameDescription
System_CAPS_pubmethodCloudTableClient(StorageUri, StorageCredentials)(StorageUri^, StorageCredentials^)(StorageUri, StorageCredentials)(StorageUri, StorageCredentials)

Initializes a new instance of the CloudTableClient class using the specified Table service endpoint and account credentials.

System_CAPS_pubmethodCloudTableClient(Uri, StorageCredentials)(Uri^, StorageCredentials^)(Uri, StorageCredentials)(Uri, StorageCredentials)

Initializes a new instance of the CloudTableClient class using the specified Table service endpoint and account credentials.

Properties

NameDescription
System_CAPS_pubpropertyAuthenticationSchemeAuthenticationSchemeAuthenticationSchemeAuthenticationScheme

Gets or sets the authentication scheme to use to sign HTTP requests.

System_CAPS_pubpropertyBaseUriBaseUriBaseUriBaseUri

Gets the base URI for the Table service client at the primary location.

System_CAPS_pubpropertyBufferManagerBufferManagerBufferManagerBufferManager

Gets or sets a buffer manager that implements the IBufferManager interface, specifying a buffer pool for use with operations against the Table service client.

System_CAPS_pubpropertyCredentialsCredentialsCredentialsCredentials

Gets the account credentials used to create the Table service client.

System_CAPS_pubpropertyDefaultRequestOptionsDefaultRequestOptionsDefaultRequestOptionsDefaultRequestOptions

Gets or sets the default request options for requests made via the Table service client.

System_CAPS_pubpropertyStorageUriStorageUriStorageUriStorageUri

Gets the Table service endpoints for both the primary and secondary locations.

Methods

NameDescription
System_CAPS_pubmethodBeginGetServiceProperties(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to get the service properties of the Table service.

System_CAPS_pubmethodBeginGetServiceProperties(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to get the service properties of the Table service.

System_CAPS_pubmethodBeginGetServiceStats(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to get service stats for the secondary Table service endpoint.

System_CAPS_pubmethodBeginGetServiceStats(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to get service stats for the secondary Table service endpoint.

System_CAPS_pubmethodBeginListTablesSegmented(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)(String^, Nullable<Int32>, TableContinuationToken^, TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)(String, Nullable(Of Int32), TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to return a result segment of tables that start with the specified prefix.

System_CAPS_pubmethodBeginListTablesSegmented(String, TableContinuationToken, AsyncCallback, Object)(String^, TableContinuationToken^, AsyncCallback^, Object^)(String, TableContinuationToken, AsyncCallback, Object)(String, TableContinuationToken, AsyncCallback, Object)

Begins an asynchronous operation to return a result segment of tables that start with the specified prefix.

System_CAPS_pubmethodBeginListTablesSegmented(TableContinuationToken, AsyncCallback, Object)(TableContinuationToken^, AsyncCallback^, Object^)(TableContinuationToken, AsyncCallback, Object)(TableContinuationToken, AsyncCallback, Object)

Begins an asynchronous operation to return a result segment of tables.

System_CAPS_pubmethodBeginSetServiceProperties(ServiceProperties, AsyncCallback, Object)(ServiceProperties^, AsyncCallback^, Object^)(ServiceProperties, AsyncCallback, Object)(ServiceProperties, AsyncCallback, Object)

Begins an asynchronous operation to set the service properties of the Table service.

System_CAPS_pubmethodBeginSetServiceProperties(ServiceProperties, TableRequestOptions, OperationContext, AsyncCallback, Object)(ServiceProperties^, TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(ServiceProperties, TableRequestOptions, OperationContext, AsyncCallback, Object)(ServiceProperties, TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to set the service properties of the Table service.

System_CAPS_pubmethodEndGetServiceProperties(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to get the service properties of the Table service.

System_CAPS_pubmethodEndGetServiceStats(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to get service stats for the secondary Table service endpoint.

System_CAPS_pubmethodEndListTablesSegmented(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to return a result segment of tables.

System_CAPS_pubmethodEndSetServiceProperties(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to set the service properties of the Table service.

System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetServicePropertiesAsync()()()()

Initiates an asynchronous operation to get the service properties of the Table service.

System_CAPS_pubmethodGetServicePropertiesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to get the service properties of the Table service.

System_CAPS_pubmethodGetServicePropertiesAsync(TableRequestOptions, OperationContext)(TableRequestOptions^, OperationContext^)(TableRequestOptions, OperationContext)(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to get the service properties of the Table service.

System_CAPS_pubmethodGetServicePropertiesAsync(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions^, OperationContext^, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to get the service properties of the Table service.

System_CAPS_pubmethodGetServiceStatsAsync()()()()

Initiates an asynchronous operation to get service stats for the secondary Table service endpoint.

System_CAPS_pubmethodGetServiceStatsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to get service stats for the secondary Table service endpoint.

System_CAPS_pubmethodGetServiceStatsAsync(TableRequestOptions, OperationContext)(TableRequestOptions^, OperationContext^)(TableRequestOptions, OperationContext)(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to get service stats for the secondary Table service endpoint.

System_CAPS_pubmethodGetServiceStatsAsync(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions^, OperationContext^, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to get service stats for the secondary Table service endpoint.

System_CAPS_pubmethodGetTableReference(String)(String^)(String)(String)

Gets a reference to the specified table.

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext)(String^, Nullable<Int32>, TableContinuationToken^, TableRequestOptions^, OperationContext^)(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext)(String, Nullable(Of Int32), TableContinuationToken, TableRequestOptions, OperationContext)

Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix.

System_CAPS_pubmethodListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)(String^, Nullable<Int32>, TableContinuationToken^, TableRequestOptions^, OperationContext^, CancellationToken)(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)(String, Nullable(Of Int32), TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix.

System_CAPS_pubmethodListTablesSegmentedAsync(String, TableContinuationToken)(String^, TableContinuationToken^)(String, TableContinuationToken)(String, TableContinuationToken)

Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix.

System_CAPS_pubmethodListTablesSegmentedAsync(String, TableContinuationToken, CancellationToken)(String^, TableContinuationToken^, CancellationToken)(String, TableContinuationToken, CancellationToken)(String, TableContinuationToken, CancellationToken)

Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix.

System_CAPS_pubmethodListTablesSegmentedAsync(TableContinuationToken)(TableContinuationToken^)(TableContinuationToken)(TableContinuationToken)

Initiates an asynchronous operation to return a result segment of tables.

System_CAPS_pubmethodListTablesSegmentedAsync(TableContinuationToken, CancellationToken)(TableContinuationToken^, CancellationToken)(TableContinuationToken, CancellationToken)(TableContinuationToken, CancellationToken)

Initiates an asynchronous operation to return a result segment of tables.

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_pubmethodSetServicePropertiesAsync(ServiceProperties)(ServiceProperties^)(ServiceProperties)(ServiceProperties)

Initiates an asynchronous operation to set the service properties of the Table service.

System_CAPS_pubmethodSetServicePropertiesAsync(ServiceProperties, CancellationToken)(ServiceProperties^, CancellationToken)(ServiceProperties, CancellationToken)(ServiceProperties, CancellationToken)

Initiates an asynchronous operation to set the service properties of the Table service.

System_CAPS_pubmethodSetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext)(ServiceProperties^, TableRequestOptions^, OperationContext^)(ServiceProperties, TableRequestOptions, OperationContext)(ServiceProperties, TableRequestOptions, OperationContext)

Initiates an asynchronous operation to set the service properties of the Table service.

System_CAPS_pubmethodSetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken)(ServiceProperties^, TableRequestOptions^, OperationContext^, CancellationToken)(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken)(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to set the service properties of the Table service.

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Remarks

The service client encapsulates the endpoint or endpoints for the Table service. If the service client will be used for authenticated access, it also encapsulates the credentials for accessing the storage account.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top