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

Optional parameters for BlobClient::Download. More...

#include <blob_options.hpp>

Public Attributes

Azure::Core::Context Context
 Context for cancelling long running operations.
 
Azure::Core::Nullable< int64_t > Offset
 Downloads only the bytes of the blob from this offset.
 
Azure::Core::Nullable< int64_t > Length
 Returns at most this number of bytes of the blob from the offset. Null means download until the end.
 
BlobAccessConditions AccessConditions
 Optional conditions that must be met to perform this operation.
 

Detailed Description

Optional parameters for BlobClient::Download.


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