azure-storage-blobs
Public Member Functions | Static Public Attributes | List of all members
Azure::Storage::Blobs::Models::ArchiveStatus Class Referencefinal

Extensible enum used to identify the destination tier when a blob is being rehydrated and is not complete.

#include <blob_rest_client.hpp>

Public Member Functions

 ArchiveStatus (std::string value)
 
bool operator== (const ArchiveStatus &other) const
 
bool operator!= (const ArchiveStatus &other) const
 
const std::string & ToString () const
 

Static Public Attributes

AZ_STORAGE_BLOBS_DLLEXPORT static const ArchiveStatus RehydratePendingToHot
 
AZ_STORAGE_BLOBS_DLLEXPORT static const ArchiveStatus RehydratePendingToCool
 

Member Data Documentation

◆ RehydratePendingToCool

const ArchiveStatus Azure::Storage::Blobs::Models::ArchiveStatus::RehydratePendingToCool
static

The blob is being rehydrated to cool tier.

◆ RehydratePendingToHot

const ArchiveStatus Azure::Storage::Blobs::Models::ArchiveStatus::RehydratePendingToHot
static

The blob is being rehydrated to hot tier.


The documentation for this class was generated from the following files: