azure-storage-files-shares
Public Attributes | List of all members
Azure::Storage::Files::Shares::DownloadFileOptions Struct Referencefinal

Optional parameters for Azure::Storage::Files::Shares::ShareFileClient::Download.

#include <share_options.hpp>

Public Attributes

Azure::Nullable< Core::Http::HttpRange > Range
 
Azure::Nullable< HashAlgorithm > RangeHashAlgorithm
 
LeaseAccessConditions AccessConditions
 

Member Data Documentation

◆ AccessConditions

LeaseAccessConditions Azure::Storage::Files::Shares::DownloadFileOptions::AccessConditions

The operation will only succeed if the access condition is met.

◆ Range

Azure::Nullable<Core::Http::HttpRange> Azure::Storage::Files::Shares::DownloadFileOptions::Range

Downloads only the bytes of the file from this range.

◆ RangeHashAlgorithm

Azure::Nullable<HashAlgorithm> Azure::Storage::Files::Shares::DownloadFileOptions::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. Only MD5 is supported for now.


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