cloud_table Class
Represents a table object in the Table service.
class cloud_table;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the cloud_table class. |
Public Methods
Name | Description |
---|---|
Overloaded. Creates a table. |
|
Overloaded. Intitiates an asynchronous operation that creates a table. |
|
Overloaded. Creates the table if it does not already exist. |
|
Overloaded. Returns a task to create the table if it does not already exist. |
|
Overloaded. Deletes a table. |
|
Overloaded. Intitiates an asynchronous operation that deletes a table. |
|
Overloaded. Deletes the table if it exists. |
|
Overloaded. Intitiates an asynchronous operation that deletes the table if it exists. |
|
Overloaded. Gets the permissions settings for the table. |
|
Overloaded. Intitiates an asynchronous operation that gets the permissions settings for the table. |
|
Overloaded. Executes an operation on a table. |
|
Overloaded. Intitiates an asynchronous operation that executes an operation on a table. |
|
Overloaded. Executes a batch operation on a table as an atomic operation. |
|
Overloaded. Intitiates an asynchronous operation that executes a batch operation on a table as an atomic operation. |
|
Overloaded. Executes a query with the specified azure::storage::continuation_token to retrieve the next page of results. |
|
Overloaded. Intitiates an asynchronous operation that executes a query with the specified azure::storage::continuation_token to retrieve the next page of results. |
|
Overloaded. Checks whether the table exists. |
|
Overloaded. Intitiates an asynchronous operation that checks whether the table exists. |
|
Overloaded. Returns a shared access signature for the table. |
|
Gets the table name. |
|
Gets the azure::storage::cloud_table_client object that represents the Table service. |
|
Overloaded. Sets permissions for the table. |
|
Overloaded. Intitiates an asynchronous operation that sets permissions for the table. |
|
Gets the table URI for all locations. |
Public Operators
Name | Description |
---|---|
Returns a reference to a cloud_table object. |
Inheritance Hierarchy
cloud_table
Requirements
Header: table.h
Namespace: azure::storage