| | 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) |