CloudTable Members

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 BeginCreate Overloaded.  
public method BeginCreateIfNotExists Overloaded.  
public method BeginDelete Overloaded.  
public method BeginDeleteIfExists Overloaded.  
public method BeginExecute Overloaded.  
public method BeginExecuteBatch Overloaded.  
public method BeginExecuteQuerySegmented Overloaded.  
public method BeginExists Overloaded.  
public method BeginGetPermissions Overloaded.  
public method BeginSetPermissions Overloaded.  
public method Create Creates a table.
public method CreateAsync Overloaded.  
public method CreateIfNotExists Creates the table if it does not already exist.
public method CreateIfNotExistsAsync Overloaded.  
public method CreateQuery A factory method that creates a query that can be modified using LINQ. The query may be subsequently executed using one of the execution methods available for CloudTable, such as ExecuteQuery(TableQuery,TableRequestOptions,OperationContext), ExecuteQuerySegmented(TableQuery,TableContinuationToken,TableRequestOptions,OperationContext), or ExecuteQuerySegmentedAsync(TableQuery,TableContinuationToken).
public method Delete Deletes a table.
public method DeleteAsync Overloaded.  
public method DeleteIfExists Deletes the table if it exists.
public method DeleteIfExistsAsync Overloaded.  
public method EndCreate Ends an asynchronous operation to create a table.
public method EndCreateIfNotExists Ends an asynchronous operation to create a table if it does not already exist.
public method EndDelete Ends an asynchronous operation to delete a table.
public method EndDeleteIfExists Ends an asynchronous operation to delete the table if it exists.
public method EndExecute Ends execution of an asynchronous table operation.
public method EndExecuteBatch Ends an asynchronous operation to execute a batch of operations on a table.
public method EndExecuteQuerySegmented Overloaded.  
public method EndExists Ends an asynchronous operation to determine whether a table exists.
public method EndGetPermissions Returns the asynchronous result of the request to get the permissions settings for the table.
public method EndSetPermissions Returns the asynchronous result of the request to get the permissions settings for the table.
public method Equals  (Inherited from Object)
public method Execute Executes an operation on a table.
public method ExecuteAsync Overloaded.  
public method ExecuteBatch Executes a batch operation on a table as an atomic operation.
public method ExecuteBatchAsync Overloaded.  
public method ExecuteQuery Overloaded.  
public method ExecuteQuerySegmented Overloaded.  
public method ExecuteQuerySegmentedAsync Overloaded.  
public method Exists Checks whether the table exists.
public method ExistsAsync Overloaded.  
public method GetHashCode  (Inherited from Object)
public method GetPermissions Gets the permissions settings for the table.
public method GetPermissionsAsync Overloaded.  
public method GetSharedAccessSignature Overloaded.  
public method GetType  (Inherited from Object)
public method SetPermissions Sets the permissions settings for the table.
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

Reference

CloudTable Class
Microsoft.WindowsAzure.Storage.Table Namespace