azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::Models::AccountInfo Struct Referencefinal

Storage account information.

#include <blob_rest_client.hpp>

Public Attributes

Models::SkuName SkuName
 
Models::AccountKind AccountKind
 
bool IsHierarchicalNamespaceEnabled = false
 

Member Data Documentation

◆ AccountKind

Models::AccountKind Azure::Storage::Blobs::Models::AccountInfo::AccountKind

The account kind of the storage account. See https://docs.microsoft.com/en-us/rest/api/storagerp/srp_sku_types for more information.

◆ IsHierarchicalNamespaceEnabled

bool Azure::Storage::Blobs::Models::AccountInfo::IsHierarchicalNamespaceEnabled = false

Indicates if the account has a hierarchical namespace enabled.

◆ SkuName

Models::SkuName Azure::Storage::Blobs::Models::AccountInfo::SkuName

The SKU name of the storage account. See https://docs.microsoft.com/en-us/rest/api/storagerp/srp_sku_types for more information.


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