Share via


cloud_blob_properties Class

Represents the system properties for a blob.

class cloud_blob_properties;

Members

Public Constructors

Name Description

cloud_blob_properties::cloud_blob_properties Constructor

Overloaded. Initializes a new instance of the cloud_blob_properties class.

Public Methods

Name Description

cloud_blob_properties::cache_control Method

Gets the cache-control value stored for the blob.

cloud_blob_properties::content_disposition Method

Gets the content-disposition value stored for the blob.

cloud_blob_properties::content_encoding Method

Gets the content-encoding value stored for the blob.

cloud_blob_properties::content_language Method

Gets the content-language value stored for the blob.

cloud_blob_properties::content_md5 Method

Gets the content-MD5 value stored for the blob.

cloud_blob_properties::content_type Method

Gets the content-type value stored for the blob.

cloud_blob_properties::etag Method

Gets the blob's ETag value.

cloud_blob_properties::last_modified Method

Gets the last-modified time for the blob, expressed as a UTC value.

cloud_blob_properties::lease_duration Method

Gets the blob's lease duration.

cloud_blob_properties::lease_state Method

Gets the blob's lease state.

cloud_blob_properties::lease_status Method

Gets the blob's lease status.

cloud_blob_properties::page_blob_sequence_number Method

If the blob is a page blob, gets the blob's current sequence number.

cloud_blob_properties::set_cache_control Method

Sets the cache-control value stored for the blob.

cloud_blob_properties::set_content_disposition Method

Sets the content-disposition value stored for the blob.

cloud_blob_properties::set_content_encoding Method

Sets the content-encoding value stored for the blob.

cloud_blob_properties::set_content_language Method

Sets the content-language value stored for the blob.

cloud_blob_properties::set_content_md5 Method

Sets the content-MD5 value stored for the blob.

cloud_blob_properties::set_content_type Method

Sets the content-type value stored for the blob.

cloud_blob_properties::size Method

Gets the size of the blob, in bytes.

cloud_blob_properties::type Method

Gets the type of the blob.

Public Operators

Name Description

cloud_blob_properties::operator= Operator

Returns a reference to a cloud_blob_properties object.

Inheritance Hierarchy

cloud_blob_properties

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace