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

Extensible enum used to specify how the service should look for a block ID.

#include <blob_rest_client.hpp>

Public Member Functions

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

Static Public Attributes

AZ_STORAGE_BLOBS_DLLEXPORT static const BlockType Committed
 
AZ_STORAGE_BLOBS_DLLEXPORT static const BlockType Uncommitted
 
AZ_STORAGE_BLOBS_DLLEXPORT static const BlockType Latest
 

Member Data Documentation

◆ Committed

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

Look for a block ID in the committed block list.

◆ Latest

const BlockType Azure::Storage::Blobs::Models::BlockType::Latest
static

Look for a block ID in the uncommitted block list first and then in the committed block list.

◆ Uncommitted

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

Look for a block ID in the uncommitted block list.


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