Share via


cloud_table::cloud_table Constructor

Initializes a new instance of the cloud_table class.

cloud_table(
   cloud_table&& other
);

cloud_table();

WASTORAGE_API cloud_table(
   const storage_uri& uri
);

WASTORAGE_API cloud_table(
   const storage_uri& uri,
   storage_credentials credentials
);

Parameters

  • other
    A reference to a set of cloud_table on which to base the new instance.
  • uri
    A storage_uri object containing the absolute URI to the table for all locations.
  • credentials
    The storage_credentials to use.

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

cloud_table Class