cloud_table_client Class
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.
class cloud_table_client;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the azure::storage::cloud_table_client class. |
Public Methods
Name | Description |
---|---|
Returns the default set of request options. |
|
Overloaded. Gets the service properties for the Table service client. |
|
cloud_table_client::download_service_properties_async Method |
Overloaded. Intitiates an asynchronous operation to get the properties of the service. |
Overloaded. Gets the service stats for the Table service client. |
|
Overloaded. Intitiates an asynchronous operation to get the stats of the service. |
|
Gets a reference to the specified table. |
|
Overloaded. Returns a table_result_segment containing an enumerable collection of tables. |
|
Overloaded. Intitiates an asynchronous operation that returns a table_result_segment containing an enumerable collection of tables. |
|
Sets the authentication scheme to use to sign HTTP requests. |
|
Overloaded. Sets the service properties for the Table service client. |
|
Overloaded. Intitiates an asynchronous operation to set the service properties for the Table service client. |
Public Operators
Name | Description |
---|---|
Returns a reference to a cloud_table_client object. |
Remarks
The service client encapsulates the base URI for the Table service. If the service client will be used for authenticated access, it also encapsulates the credentials for accessing the storage account.
Inheritance Hierarchy
cloud_table_client
Requirements
Header: storage_account.h, table.h
Namespace: azure::storage