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.
The following tables list the members exposed by the CloudTableClient type.
Public Constructors
Name | Description | |
---|---|---|
CloudTableClient | Initializes a new instance of the CloudTableClient class using the specified Table service endpoint and account credentials. |
Public Properties
Name | Description | |
---|---|---|
AuthenticationScheme | Gets or sets the authentication scheme to use to sign HTTP requests. | |
BaseUri | Gets the base URI for the Table service client at the primary location. | |
BufferManager | Gets or sets a buffer manager that implements the IBufferManager interface, specifying a buffer pool for use with operations against the Table service client. | |
Credentials | Gets the account credentials used to create the Table service client. | |
DefaultRequestOptions | Gets or sets the default request options for requests made via the Table service client. | |
LocationMode | Gets or sets the default location mode for requests made via the Table service client. Obsolete. | |
MaximumExecutionTime | Gets or sets the maximum execution time across all potential retries. Obsolete. | |
PayloadFormat | Gets and sets the table payload format for requests against any table accessed with this CloudTableClient object. Obsolete. | |
RetryPolicy | Gets or sets the default retry policy for requests made via the Table service client. Obsolete. | |
ServerTimeout | Gets or sets the default server timeout for requests made via the Table service client. Obsolete. | |
StorageUri | Gets the Table service endpoints for both the primary and secondary locations. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Create | ||
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetServicePropertiesAsync | Overloaded. | |
GetServiceStatsAsync | Overloaded. | |
GetTableReference | Gets a reference to the specified table. | |
GetType | (Inherited from Object) | |
ListTablesSegmentedAsync | Overloaded. | |
SetServicePropertiesAsync | Overloaded. | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |