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

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

#include <blob_options.hpp>

Public Attributes

Azure::Nullable< Core::Http::HttpRange > Range
 Downloads only the bytes of the blob in the specified range.
 
struct {
   int64_t   InitialChunkSize = 256 * 1024 * 1024
 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.
 
   int64_t   ChunkSize = 4 * 1024 * 1024
 The maximum number of bytes in a single request.
 
   int32_t   Concurrency = 5
 The maximum number of threads that may be used in a parallel transfer.
 
TransferOptions
 Options for parallel transfer.
 

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