CloudTableClient Methods

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

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)

Protected Methods

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

See Also