azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::DeleteBlobOptions Struct Reference

Optional parameters for BlobClient::Delete. More...

#include <blob_options.hpp>

Public Attributes

Azure::Core::Context Context
 Context for cancelling long running operations.
 
Azure::Core::Nullable< DeleteSnapshotsOption > DeleteSnapshots
 Specifies to delete either the base blob and all of its snapshots, or only the blob's snapshots and not the blob itself. Required if the blob has associated snapshots.
 
BlobAccessConditions AccessConditions
 Optional conditions that must be met to perform this operation.
 

Detailed Description

Optional parameters for BlobClient::Delete.


The documentation for this struct was generated from the following file: