CloudTableClient Members

Storage Client Library NET API

[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.]

Provides a client for accessing the Windows Azure Table service.

The following tables list the members exposed by the CloudTableClient type.

Public Constructors

 NameDescription
CloudTableClientOverloaded.  
Top

Public Properties

 NameDescription
public propertyBaseUriGets the base URI for the Table service client.
public propertyCredentialsGets the account credentials used to create the Table service client.
public propertyMinSupportedDateTimeReturns the minimum date and time value supported by the Table service.
public propertyRetryPolicyGets or sets the default retry policy for requests made via the Table service client.
public propertyTimeoutGets or sets the default server timeout for requests made by the Table service client.
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodAttachAttaches to the specified service context.
public methodBeginCreateTableBegins an asynchronous operation to create a table.
public methodBeginCreateTableIfNotExistBegins an asynchronous operation to create a table with the specified name if it does not already exist.
public methodBeginDeleteTableBegins an asynchronous operation to delete a table.
public methodBeginDeleteTableIfExistBegins an asynchronous operation to delete the tables if it exists.
public methodBeginDoesTableExistBegins an asynchronous operation to determine whether a table exists.
public methodBeginGetServicePropertiesBegins an asynchronous operation to get an account’s Table service properties.
public methodBeginListTablesSegmentedOverloaded.  
public methodBeginSetServicePropertiesBegins an asynchronous operation to set an account’s Table service properties, including Windows Azure Storage Analytics.
public methodCreateTableCreates a table with specified name.
public methodCreateTableIfNotExistCreates the table if it does not already exist.
public methodstaticCreateTablesFromModelCreates tables from a data model defined in code.
public methodDeleteTableDeletes the table.
public methodDeleteTableIfExistDeletes the table if it exists.
public methodDoesTableExistChecks whether the table exists.
public methodEndCreateTableEnds an asynchronous operation to create a table.
public methodEndCreateTableIfNotExistEnds an asynchronous operation to create a table with the specified name if it does not already exist.
public methodEndDeleteTableEnds an asynchronous operation to delete a table.
public methodEndDeleteTableIfExistEnds an asynchronous operation to delete the tables if it exists.
public methodEndDoesTableExistEnds an asynchronous operation to determine whether a table exists.
public methodEndGetServicePropertiesEnds an asynchronous operation to get an account’s Table service properties.
public methodEndListTablesSegmentedEnds an asynchronous operation to return a result segment containing a collection of table names.
public methodEndSetServicePropertiesEnds an asynchronous operation to set an account’s Table service properties.
public methodEquals  (Inherited from Object)
public methodGetDataServiceContextReturns a TableServiceContext object for performing data operations against the Table service.
public methodGetHashCode  (Inherited from Object)
public methodGetServicePropertiesGets the properties of a storage account’s Table service, including Windows Azure Storage Analytics.
public methodGetType  (Inherited from Object)
public methodListTablesOverloaded.  
public methodListTablesSegmentedOverloaded.  
public methodSetServicePropertiesSets the properties of a storage account’s Table service, including Windows Azure Storage Analytics.
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

Public Events

 NameDescription
public eventResponseReceivedOccurs when a response is received from the server.
Top

See Also