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

Extensible enum used to identify the status of secondary storage endpoint.

#include <blob_rest_client.hpp>

Public Member Functions

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

Static Public Attributes

AZ_STORAGE_BLOBS_DLLEXPORT static const GeoReplicationStatus Live
 
AZ_STORAGE_BLOBS_DLLEXPORT static const GeoReplicationStatus Bootstrap
 
AZ_STORAGE_BLOBS_DLLEXPORT static const GeoReplicationStatus Unavailable
 

Member Data Documentation

◆ Bootstrap

const GeoReplicationStatus Azure::Storage::Blobs::Models::GeoReplicationStatus::Bootstrap
static

Initial synchronization from the primary location to the secondary location is in progress.

◆ Live

const GeoReplicationStatus Azure::Storage::Blobs::Models::GeoReplicationStatus::Live
static

The secondary location is active and operational.

◆ Unavailable

const GeoReplicationStatus Azure::Storage::Blobs::Models::GeoReplicationStatus::Unavailable
static

The secondary location is temporarily unavailable.


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