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

Optional parameters for PageBlobClient::UploadPagesFromUri. 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.
 
PageBlobAccessConditions AccessConditions
 Optional conditions that must be met to perform this operation.
 

Detailed Description

Optional parameters for PageBlobClient::UploadPagesFromUri.


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