CloudTableClient Members

Windows Runtime Azure Storage Client Library

Provides a client-side logical representation of the Windows Azure Table Service. This client is used to configure and execute requests against the Table Service.

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

Public Constructors

  Name Description
CloudTableClient Initializes a new instance of the CloudTableClient class using the specified Table service endpoint and account credentials.
Top

Public Properties

  Name Description
public property AuthenticationScheme Gets or sets the authentication scheme to use to sign HTTP requests.
public property BaseUri Gets the base URI for the Table service client at the primary location.
public property BufferManager Gets or sets a buffer manager that implements the IBufferManager interface, specifying a buffer pool for use with operations against the Table service client.
public property Credentials Gets the account credentials used to create the Table service client.
public property DefaultRequestOptions Gets or sets the default request options for requests made via the Table service client.
public property LocationMode Gets or sets the default location mode for requests made via the Table service client. Obsolete.
public property MaximumExecutionTime Gets or sets the maximum execution time across all potential retries. Obsolete.
public property PayloadFormat Gets and sets the table payload format for requests against any table accessed with this CloudTableClient object. Obsolete.
public property RetryPolicy Gets or sets the default retry policy for requests made via the Table service client. Obsolete.
public property ServerTimeout Gets or sets the default server timeout for requests made via the Table service client. Obsolete.
public property StorageUri Gets the Table service endpoints for both the primary and secondary locations.
Top

Public Methods (see also Protected Methods)

  Name Description
public method static Create  
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetServicePropertiesAsync Overloaded.  
public method GetServiceStatsAsync Overloaded.  
public method GetTableReference Gets a reference to the specified table.
public method GetType  (Inherited from Object)
public method ListTablesSegmentedAsync Overloaded.  
public method SetServicePropertiesAsync Overloaded.  
public method ToString  (Inherited from Object)
Top

Protected Methods

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

See Also