Share via


cloud_storage_account::create_cloud_table_client Method

Creates the Table service client.

WASTORAGE_API cloud_table_client create_cloud_table_client() const;

WASTORAGE_API cloud_table_client create_cloud_table_client(
   const table_request_options& default_request_options
) const;

Parameters

  • default_request_options
     

Return Value

A client object that specifies the Table service endpoint.

Requirements

Header: storage_account.h

Namespace: azure::storage

See Also

Reference

cloud_storage_account Class