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

Extensible enum used to identify object replication status.

#include <blob_rest_client.hpp>

Public Member Functions

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

Static Public Attributes

AZ_STORAGE_BLOBS_DLLEXPORT static const ObjectReplicationStatus Complete
 
AZ_STORAGE_BLOBS_DLLEXPORT static const ObjectReplicationStatus Failed
 

Member Data Documentation

◆ Complete

const ObjectReplicationStatus Azure::Storage::Blobs::Models::ObjectReplicationStatus::Complete
static

Object replication to the destination container completed.

◆ Failed

const ObjectReplicationStatus Azure::Storage::Blobs::Models::ObjectReplicationStatus::Failed
static

Object replication to the destination container failed.


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