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

Optional parameters for BlockBlobClient::Upload. More...

#include <blob_options.hpp>

Public Attributes

Azure::Core::Context Context
 Context for cancelling long running operations.
 
Azure::Core::Nullable< std::string > TransactionalContentMd5
 An MD5 hash of the blob content. This hash is used to verify the integrity of the blob during transport. When this header is specified, the storage service checks the hash that has arrived with the one that was sent.
 
Azure::Core::Nullable< std::string > TransactionalContentCrc64
 A CRC64 hash of the blob content. This hash is used to verify the integrity of the blob during transport. When this header is specified, the storage service checks the hash that has arrived with the one that was sent.
 
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.
 
BlobAccessConditions AccessConditions
 Optional conditions that must be met to perform this operation.
 

Detailed Description

Optional parameters for BlockBlobClient::Upload.


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