Share via


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

cloud_blob_shared_access_headers::cache_control Method

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.

cloud_blob_shared_access_headers::content_encoding Method

Gets the value of the content-encoding header returned with the blob.

cloud_blob_shared_access_headers::content_language Method

Gets the value of the content-language header returned with the blob.

cloud_blob_shared_access_headers::content_type Method

Gets the value of the content-type header returned with the blob.

cloud_blob_shared_access_headers::set_cache_control Method

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.

cloud_blob_shared_access_headers::set_content_type Method

Sets the value of the content-type header returned with the blob.

Public Operators

Name Description

cloud_blob_shared_access_headers::operator= Operator

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

See Also

Reference

azure::storage Namespace