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 optional headers that can be returned with a file accessed via a shared access signature. More...
Public Member Functions | |
cloud_file_shared_access_headers () | |
Initializes a new instance of the azure::storage::cloud_file_shared_access_headers class. More... | |
const utility::string_t & | cache_control () const |
Gets the value of the cache-control header returned with the file. More... | |
void | set_cache_control (utility::string_t value) |
Sets value of the cache-control header returned with the file. More... | |
const utility::string_t & | content_disposition () const |
Gets the value of the content-disposition header returned with the file. More... | |
void | set_content_disposition (utility::string_t value) |
Sets the value of the content-disposition header returned with the file. More... | |
const utility::string_t & | content_encoding () const |
Gets the value of the content-encoding header returned with the file. More... | |
void | set_content_encoding (utility::string_t value) |
Sets the value of the content-encoding header returned with the file. More... | |
const utility::string_t & | content_language () const |
Gets the value of the content-language header returned with the file. More... | |
void | set_content_language (utility::string_t value) |
Sets the value of the content-language header returned with the file. More... | |
const utility::string_t & | content_type () const |
Gets the value of the content-type header returned with the file. More... | |
void | set_content_type (utility::string_t value) |
Sets the value of the content-type header returned with the file. More... | |
Represents the optional headers that can be returned with a file accessed via a shared access signature.
|
inline |
Initializes a new instance of the azure::storage::cloud_file_shared_access_headers class.
|
inline |
Gets the value of the cache-control header returned with the file.
|
inline |
Gets the value of the content-disposition header returned with the file.
|
inline |
Gets the value of the content-encoding header returned with the file.
|
inline |
Gets the value of the content-language header returned with the file.
|
inline |
Gets the value of the content-type header returned with the file.
|
inline |
Sets value of the cache-control header returned with the file.
value | The cache-control value. |
|
inline |
Sets the value of the content-disposition header returned with the file.
value | The content-disposition value. |
|
inline |
Sets the value of the content-encoding header returned with the file.
value | The content-encoding value. |
|
inline |
Sets the value of the content-language header returned with the file.
value | The content-language value. |
|
inline |
Sets the value of the content-type header returned with the file.
value | The content-type value. |