cloud_blob_shared_access_headers Class
Represents the optional headers that can be returned with a blob accessed via a shared access signature.
class cloud_blob_shared_access_headers;
Members
Public Constructors
Name | Description |
---|---|
cloud_blob_shared_access_headers::cloud_blob_shared_access_headers Constructor |
Overloaded. Initializes a new instance of the cloud_blob_shared_access_headers class. |
Public Methods
Name | Description |
---|---|
Gets the value of the cache-control header returned with the blob. |
|
cloud_blob_shared_access_headers::content_disposition Method |
Gets the value of the content-disposition header returned with the blob. |
Gets the value of the content-encoding header returned with the blob. |
|
Gets the value of the content-language header returned with the blob. |
|
Gets the value of the content-type header returned with the blob. |
|
Sets value of the cache-control header returned with the blob. |
|
cloud_blob_shared_access_headers::set_content_disposition Method |
Sets the value of the content-disposition header returned with the blob. |
cloud_blob_shared_access_headers::set_content_encoding Method |
Sets the value of the content-encoding header returned with the blob. |
cloud_blob_shared_access_headers::set_content_language Method |
Sets the value of the content-language header returned with the blob. |
Sets the value of the content-type header returned with the blob. |
Public Operators
Name | Description |
---|---|
Returns a reference to a cloud_blob_shared_access_headers object. |
Inheritance Hierarchy
cloud_blob_shared_access_headers
Requirements
Header: auth.h, blob.h
Namespace: azure::storage