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++.
|
This is the complete list of members for azure::storage::table_operation, including all inherited members.
delete_entity(table_entity entity) | azure::storage::table_operation | inlinestatic |
entity() const | azure::storage::table_operation | inline |
insert_entity(table_entity entity) | azure::storage::table_operation | inlinestatic |
insert_or_merge_entity(table_entity entity) | azure::storage::table_operation | inlinestatic |
insert_or_replace_entity(table_entity entity) | azure::storage::table_operation | inlinestatic |
merge_entity(table_entity entity) | azure::storage::table_operation | inlinestatic |
operation_type() const | azure::storage::table_operation | inline |
replace_entity(table_entity entity) | azure::storage::table_operation | inlinestatic |
retrieve_entity(utility::string_t partition_key, utility::string_t row_key) | azure::storage::table_operation | inlinestatic |