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

Optional parameters for Azure::Storage::Blobs::BlobClient::Download.

#include <blob_options.hpp>

Public Attributes

Azure::Nullable< Core::Http::HttpRange > Range
 Downloads only the bytes of the blob in the specified range.
 
Azure::Nullable< HashAlgorithm > RangeHashAlgorithm
 When specified together with Range, service returns hash for the range as long as the range is less than or equal to 4 MiB in size.
 
BlobAccessConditions AccessConditions
 Optional conditions that must be met to perform this operation.
 

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