





[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Top
Top
Top
Top
Provides a client for accessing the Windows Azure Table service.
The following tables list the members exposed by the CloudTableClient type.
Public Constructors
Name | Description | |
---|---|---|
CloudTableClient | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | BaseUri | Gets the base URI for the Table service client. |
![]() | Credentials | Gets the account credentials used to create the Table service client. |
![]() | MinSupportedDateTime | Returns the minimum date and time value supported by the Table service. |
![]() | RetryPolicy | Gets or sets the default retry policy for requests made via the Table service client. |
![]() | Timeout | Gets or sets the default server timeout for requests made by the Table service client. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
![]() | Attach | Attaches to the specified service context. |
![]() | BeginCreateTable | Begins an asynchronous operation to create a table. |
![]() | BeginCreateTableIfNotExist | Begins an asynchronous operation to create a table with the specified name if it does not already exist. |
![]() | BeginDeleteTable | Begins an asynchronous operation to delete a table. |
![]() | BeginDeleteTableIfExist | Begins an asynchronous operation to delete the tables if it exists. |
![]() | BeginDoesTableExist | Begins an asynchronous operation to determine whether a table exists. |
![]() | BeginGetServiceProperties | Begins an asynchronous operation to get an account’s Table service properties. |
![]() | BeginListTablesSegmented | Overloaded. |
![]() | BeginSetServiceProperties | Begins an asynchronous operation to set an account’s Table service properties, including Windows Azure Storage Analytics. |
![]() | CreateTable | Creates a table with specified name. |
![]() | CreateTableIfNotExist | Creates the table if it does not already exist. |
![]() ![]() | CreateTablesFromModel | Creates tables from a data model defined in code. |
![]() | DeleteTable | Deletes the table. |
![]() | DeleteTableIfExist | Deletes the table if it exists. |
![]() | DoesTableExist | Checks whether the table exists. |
![]() | EndCreateTable | Ends an asynchronous operation to create a table. |
![]() | EndCreateTableIfNotExist | Ends an asynchronous operation to create a table with the specified name if it does not already exist. |
![]() | EndDeleteTable | Ends an asynchronous operation to delete a table. |
![]() | EndDeleteTableIfExist | Ends an asynchronous operation to delete the tables if it exists. |
![]() | EndDoesTableExist | Ends an asynchronous operation to determine whether a table exists. |
![]() | EndGetServiceProperties | Ends an asynchronous operation to get an account’s Table service properties. |
![]() | EndListTablesSegmented | Ends an asynchronous operation to return a result segment containing a collection of table names. |
![]() | EndSetServiceProperties | Ends an asynchronous operation to set an account’s Table service properties. |
![]() | Equals | (Inherited from Object) |
![]() | GetDataServiceContext | Returns a TableServiceContext object for performing data operations against the Table service. |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetServiceProperties | Gets the properties of a storage account’s Table service, including Windows Azure Storage Analytics. |
![]() | GetType | (Inherited from Object) |
![]() | ListTables | Overloaded. |
![]() | ListTablesSegmented | Overloaded. |
![]() | SetServiceProperties | Sets the properties of a storage account’s Table service, including Windows Azure Storage Analytics. |
![]() | ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |
Public Events
Name | Description | |
---|---|---|
![]() | ResponseReceived | Occurs when a response is received from the server. |