CloudTable Members

Windows Runtime Azure Storage Client Library

Represents a Windows Azure Table.

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

Public Constructors

  Name Description
CloudTable Overloaded.  
Top

Public Properties

  Name Description
public property Name Gets the name of the table.
public property ServiceClient Gets the CloudTableClient object that represents the Table service.
public property StorageUri Gets the table's URIs for both the primary and secondary locations.
public property Uri Gets the table URI for the primary location.
Top

Public Methods (see also Protected Methods)

  Name Description
public method static Create  
public method CreateAsync Overloaded.  
public method CreateIfNotExistsAsync Overloaded.  
public method DeleteAsync Overloaded.  
public method DeleteIfExistsAsync Overloaded.  
public method Equals  (Inherited from Object)
public method ExecuteAsync Overloaded.  
public method ExecuteBatchAsync Overloaded.  
public method ExecuteQuerySegmentedAsync Overloaded.  
public method ExistsAsync Overloaded.  
public method GetHashCode  (Inherited from Object)
public method GetPermissionsAsync Overloaded.  
public method GetSharedAccessSignature Overloaded.  
public method GetType  (Inherited from Object)
public method SetPermissionsAsync Overloaded.  
public method ToString Overridden. Returns the name of the table.
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also