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

Extensible enum used to specify blocks to list.

#include <blob_rest_client.hpp>

Public Member Functions

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

Static Public Attributes

AZ_STORAGE_BLOBS_DLLEXPORT static const BlockListType Committed
 
AZ_STORAGE_BLOBS_DLLEXPORT static const BlockListType Uncommitted
 
AZ_STORAGE_BLOBS_DLLEXPORT static const BlockListType All
 

Member Data Documentation

◆ All

const BlockListType Azure::Storage::Blobs::Models::BlockListType::All
static

List both committed and uncommitted blocks.

◆ Committed

const BlockListType Azure::Storage::Blobs::Models::BlockListType::Committed
static

Only list committed blocks.

◆ Uncommitted

const BlockListType Azure::Storage::Blobs::Models::BlockListType::Uncommitted
static

Only list uncommitted blocks.


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