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

Extensible enum used to identify copy status of a copy operation.

#include <blob_rest_client.hpp>

Public Member Functions

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

Static Public Attributes

AZ_STORAGE_BLOBS_DLLEXPORT static const CopyStatus Success
 
AZ_STORAGE_BLOBS_DLLEXPORT static const CopyStatus Pending
 

Member Data Documentation

◆ Pending

const CopyStatus Azure::Storage::Blobs::Models::CopyStatus::Pending
static

Pending.

◆ Success

const CopyStatus Azure::Storage::Blobs::Models::CopyStatus::Success
static

Successful.


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