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

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

#include <share_options.hpp>

Public Attributes

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

Member Data Documentation

◆ AccessTier

Azure::Nullable<Models::AccessTier> Azure::Storage::Files::Shares::CreateShareOptions::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

◆ Metadata

Storage::Metadata Azure::Storage::Files::Shares::CreateShareOptions::Metadata

A name-value pair to associate with a file storage object.

◆ ShareQuotaInGiB

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

Specifies the maximum size of the share, in gigabytes.


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