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

Extensible enum used to specify whether base blob should be deleted in a delete blob operation.

#include <blob_rest_client.hpp>

Public Member Functions

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

Static Public Attributes

AZ_STORAGE_BLOBS_DLLEXPORT static const DeleteSnapshotsOption IncludeSnapshots
 
AZ_STORAGE_BLOBS_DLLEXPORT static const DeleteSnapshotsOption OnlySnapshots
 

Member Data Documentation

◆ IncludeSnapshots

const DeleteSnapshotsOption Azure::Storage::Blobs::Models::DeleteSnapshotsOption::IncludeSnapshots
static

Delete the base blob and all snapshots.

◆ OnlySnapshots

const DeleteSnapshotsOption Azure::Storage::Blobs::Models::DeleteSnapshotsOption::OnlySnapshots
static

Delete only the blob's snapshots and not the blob itself.


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