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

Optional parameters for BlobClient::DownloadTo. 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.
 
Azure::Core::Nullable< int64_t > InitialChunkSize
 The size of the first range request in bytes. Blobs smaller than this limit will be downloaded in a single request. Blobs larger than this limit will continue being downloaded in chunks of size ChunkSize.
 
Azure::Core::Nullable< int64_t > ChunkSize
 The maximum number of bytes in a single request.
 
int Concurrency = 1
 The maximum number of threads that may be used in a parallel transfer.
 

Detailed Description

Optional parameters for BlobClient::DownloadTo.


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