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

Extensible enum used to identify blob type.

#include <blob_rest_client.hpp>

Public Member Functions

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

Static Public Attributes

AZ_STORAGE_BLOBS_DLLEXPORT static const BlobType BlockBlob
 
AZ_STORAGE_BLOBS_DLLEXPORT static const BlobType PageBlob
 
AZ_STORAGE_BLOBS_DLLEXPORT static const BlobType AppendBlob
 

Member Data Documentation

◆ AppendBlob

const BlobType Azure::Storage::Blobs::Models::BlobType::AppendBlob
static

Append blob.

◆ BlockBlob

const BlobType Azure::Storage::Blobs::Models::BlobType::BlockBlob
static

Block blob.

◆ PageBlob

const BlobType Azure::Storage::Blobs::Models::BlobType::PageBlob
static

Page blob.


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