azure-storage-files-shares
Public Attributes | List of all members
Azure::Storage::Files::Shares::SetSharePropertiesOptions Struct Referencefinal

Optional parameters for Azure::Storage::Files::Shares::ShareClient::SetProperties.

#include <share_options.hpp>

Public Attributes

Azure::Nullable< Models::AccessTierAccessTier
 
Azure::Nullable< int64_t > ShareQuotaInGiB
 

Member Data Documentation

◆ AccessTier

Azure::Nullable<Models::AccessTier> Azure::Storage::Files::Shares::SetSharePropertiesOptions::AccessTier

Specifies the access tier of the share. This is only valid for standard file account and the value can only be one of Hot, Cool or TransactionOptimized

◆ ShareQuotaInGiB

Azure::Nullable<int64_t> Azure::Storage::Files::Shares::SetSharePropertiesOptions::ShareQuotaInGiB

Specifies the maximum size of the share, in gigabytes.


The documentation for this struct was generated from the following file: