table_result Class
Represents the result of a table operation.
class table_result;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the azure::storage::table_result class. |
Public Methods
Name | Description |
---|---|
Gets a table_entity object returned as part of a azure::storage::table_result object. |
|
Gets the ETag for a azure::storage::table_result object. |
|
Gets the HTTP status code for a azure::storage::table_result object. |
|
Sets a table_entity object returned as part of a azure::storage::table_result object. |
|
Sets the ETag for a azure::storage::table_result object. |
|
Sets the HTTP status code for a azure::storage::table_result object. |
Public Operators
Name | Description |
---|---|
Returns a reference to a table_result object. |
Remarks
The azure::storage::table_result class encapsulates the HTTP response and any query results returned for a particular azure::storage::table_operation.
Inheritance Hierarchy
table_result
Requirements
Header: table.h
Namespace: azure::storage