Microsoft Azure Storage Client Library for C++
7.5.0
The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++.
|
Represents the system properties for a share. More...
Public Member Functions | |
cloud_file_share_properties () | |
Initializes a new instance of the azure::storage::cloud_file_share_properties class. More... | |
utility::size64_t | quota () const |
Gets the size of the share, in bytes. More... | |
void | set_quota (utility::size64_t quota) |
Sets the size of the share, in bytes. More... | |
const utility::string_t & | etag () const |
Gets the share's ETag value. More... | |
utility::datetime | last_modified () const |
Gets the last-modified time for the share, expressed as a UTC value. More... | |
utility::datetime | next_allowed_quota_downgrade_time () const |
Gets the next allowed quota downgrade time for the share, expressed as a UTC value. More... | |
utility::size64_t | provisioned_iops () const |
Gets the provisioned IOPS for the share. More... | |
utility::size64_t | provisioned_ingress () const |
Gets the allowed network ingress rate for the share. More... | |
utility::size64_t | provisioned_egress () const |
Gets the allowed network egress rate for the share. More... | |
Represents the system properties for a share.
|
inline |
Initializes a new instance of the azure::storage::cloud_file_share_properties class.
|
inline |
Gets the share's ETag value.
|
inline |
Gets the last-modified time for the share, expressed as a UTC value.
|
inline |
Gets the next allowed quota downgrade time for the share, expressed as a UTC value.
|
inline |
Gets the allowed network egress rate for the share.
|
inline |
Gets the allowed network ingress rate for the share.
|
inline |
Gets the provisioned IOPS for the share.
|
inline |
Gets the size of the share, in bytes.
|
inline |
Sets the size of the share, in bytes.
quota | The share's size in bytes. |