Microsoft Azure Storage Client Library for C++
7.5.0
The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++.
|
Represents the result of a table operation. More...
Public Member Functions | |
table_result () | |
Initializes a new instance of the azure::storage::table_result class. More... | |
const azure::storage::table_entity & | entity () const |
Gets an azure::storage::table_entity object returned as part of an azure::storage::table_result object. More... | |
void | set_entity (azure::storage::table_entity value) |
Sets an azure::storage::table_entity object returned as part of an azure::storage::table_result object. More... | |
int | http_status_code () const |
Gets the HTTP status code for an azure::storage::table_result object. More... | |
void | set_http_status_code (int value) |
Sets the HTTP status code for an azure::storage::table_result object. More... | |
const utility::string_t & | etag () const |
Gets the ETag for an azure::storage::table_result object. More... | |
void | set_etag (utility::string_t value) |
Sets the ETag for an azure::storage::table_result object. More... | |
Represents the result of a table operation.
The azure::storage::table_result class encapsulates the HTTP response and any query results returned for a particular azure::storage::table_operation.
|
inline |
Initializes a new instance of the azure::storage::table_result class.
|
inline |
Gets an azure::storage::table_entity object returned as part of an azure::storage::table_result object.
|
inline |
Gets the ETag for an azure::storage::table_result object.
|
inline |
Gets the HTTP status code for an azure::storage::table_result object.
|
inline |
Sets an azure::storage::table_entity object returned as part of an azure::storage::table_result object.
value | An azure::storage::table_entity object. |
|
inline |
Sets the ETag for an azure::storage::table_result object.
value | The ETag, as a string. |
|
inline |
Sets the HTTP status code for an azure::storage::table_result object.
value | The HTTP status code. |