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

A listed Azure Storage share item.

#include <share_rest_client.hpp>

Public Attributes

std::string Name
 
std::string Snapshot
 
bool Deleted = bool()
 
std::string Version
 
ShareItemDetails Details
 
Storage::Metadata Metadata
 

Member Data Documentation

◆ Deleted

bool Azure::Storage::Files::Shares::Models::ShareItem::Deleted = bool()

If the share is deleted.

◆ Details

ShareItemDetails Azure::Storage::Files::Shares::Models::ShareItem::Details

Details of the share properties.

◆ Metadata

Storage::Metadata Azure::Storage::Files::Shares::Models::ShareItem::Metadata

The metadata of the share.

◆ Name

std::string Azure::Storage::Files::Shares::Models::ShareItem::Name

The name of the share.

◆ Snapshot

std::string Azure::Storage::Files::Shares::Models::ShareItem::Snapshot

The snapshot of the share.

◆ Version

std::string Azure::Storage::Files::Shares::Models::ShareItem::Version

The version string.


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