Share via


cloud_blob_container_properties Class

Represents the system properties for a container.

class cloud_blob_container_properties;

Members

Public Constructors

Name Description

cloud_blob_container_properties::cloud_blob_container_properties Constructor

Overloaded. Initializes a new instance of the cloud_blob_container_properties class.

Public Methods

Name Description

cloud_blob_container_properties::etag Method

Gets the ETag value for the container.

cloud_blob_container_properties::last_modified Method

Gets the container's last-modified time.

cloud_blob_container_properties::lease_duration Method

Gets the container's lease duration.

cloud_blob_container_properties::lease_state Method

Gets the container's lease state.

cloud_blob_container_properties::lease_status Method

Gets the container's lease status.

Public Operators

Name Description

cloud_blob_container_properties::operator= Operator

Returns a reference to a cloud_blob_container_properties object.

Inheritance Hierarchy

cloud_blob_container_properties

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace