cloud_blob_properties Class
Represents the system properties for a blob.
class cloud_blob_properties;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the cloud_blob_properties class. |
Public Methods
Name | Description |
---|---|
Gets the cache-control value stored for the blob. |
|
Gets the content-disposition value stored for the blob. |
|
Gets the content-encoding value stored for the blob. |
|
Gets the content-language value stored for the blob. |
|
Gets the content-MD5 value stored for the blob. |
|
Gets the content-type value stored for the blob. |
|
Gets the blob's ETag value. |
|
Gets the last-modified time for the blob, expressed as a UTC value. |
|
Gets the blob's lease duration. |
|
Gets the blob's lease state. |
|
Gets the blob's lease status. |
|
If the blob is a page blob, gets the blob's current sequence number. |
|
Sets the cache-control value stored for the blob. |
|
Sets the content-disposition value stored for the blob. |
|
Sets the content-encoding value stored for the blob. |
|
Sets the content-language value stored for the blob. |
|
Sets the content-MD5 value stored for the blob. |
|
Sets the content-type value stored for the blob. |
|
Gets the size of the blob, in bytes. |
|
Gets the type of the blob. |
Public Operators
Name | Description |
---|---|
Returns a reference to a cloud_blob_properties object. |
Inheritance Hierarchy
cloud_blob_properties
Requirements
Header: blob.h
Namespace: azure::storage