Share via


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

cloud_table_client::cloud_table_client Constructor

Overloaded. Initializes a new instance of the azure::storage::cloud_table_client class.

Public Methods

Name Description

cloud_table_client::default_request_options Method

Returns the default set of request options.

cloud_table_client::download_service_properties Method

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.

cloud_table_client::download_service_stats Method

Overloaded. Gets the service stats for the Table service client.

cloud_table_client::download_service_stats_async Method

Overloaded. Intitiates an asynchronous operation to get the stats of the service.

cloud_table_client::get_table_reference Method

Gets a reference to the specified table.

cloud_table_client::list_tables_segmented Method

Overloaded. Returns a table_result_segment containing an enumerable collection of tables.

cloud_table_client::list_tables_segmented_async Method

Overloaded. Intitiates an asynchronous operation that returns a table_result_segment containing an enumerable collection of tables.

cloud_table_client::set_authentication_scheme Method

Sets the authentication scheme to use to sign HTTP requests.

cloud_table_client::upload_service_properties Method

Overloaded. Sets the service properties for the Table service client.

cloud_table_client::upload_service_properties_async Method

Overloaded. Intitiates an asynchronous operation to set the service properties for the Table service client.

Public Operators

Name Description

cloud_table_client::operator= Operator

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_client

cloud_table_client

Requirements

Header: storage_account.h, table.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace