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

Optional parameters for BlobClient::CreateSnapshot. More...

#include <blob_options.hpp>

Public Attributes

Azure::Core::Context Context
 Context for cancelling long running operations.
 
std::map< std::string, std::string > Metadata
 Specifies user-defined name-value pairs associated with the blob. If no name-value pairs are specified, the operation will copy the base blob metadata to the snapshot. If one or more name-value pairs are specified, the snapshot is created with the specified metadata, and metadata is not copied from the base blob.
 
BlobAccessConditions AccessConditions
 Optional conditions that must be met to perform this operation.
 

Detailed Description

Optional parameters for BlobClient::CreateSnapshot.


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