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

Optional parameters for BlockBlobClient::UploadFrom. More...

#include <blob_options.hpp>

Public Attributes

Azure::Core::Context Context
 Context for cancelling long running operations.
 
BlobHttpHeaders HttpHeaders
 The standard HTTP header system properties to set.
 
std::map< std::string, std::string > Metadata
 Name-value pairs associated with the blob as metadata.
 
Azure::Core::Nullable< AccessTier > Tier
 Indicates the tier to be set on blob.
 
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 BlockBlobClient::UploadFrom.


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