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

Optional parameters for Azure::Storage::Blobs::BlockBlobClient::UploadFrom.

#include <blob_options.hpp>

Public Attributes

Models::BlobHttpHeaders HttpHeaders
 The standard HTTP header system properties to set.
 
Storage::Metadata Metadata
 Name-value pairs associated with the blob as metadata.
 
Azure::Nullable< Models::AccessTierAccessTier
 Indicates the tier to be set on blob.
 
struct {
   int64_t   SingleUploadThreshold = 256 * 1024 * 1024
 Blob smaller than this will be uploaded with a single upload operation. This value cannot be larger than 5000 MiB.
 
   Azure::Nullable< int64_t >   ChunkSize
 The maximum number of bytes in a single request. This value cannot be larger than 4000 MiB.
 
   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: