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

Optional parameters for BlockBlobClient::StageBlockFromUri. More...

#include <blob_options.hpp>

Public Attributes

Azure::Core::Context Context
 Context for cancelling long running operations.
 
Azure::Core::Nullable< int64_t > SourceOffset
 Uploads only the bytes of the source blob from this offset.
 
Azure::Core::Nullable< int64_t > SourceLength
 Uploads this number of bytes of the source blob from the offset. Null means upload until the end.
 
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.
 
LeaseAccessConditions AccessConditions
 Optional conditions that must be met to perform this operation.
 
 SourceConditions
 

Detailed Description

Optional parameters for BlockBlobClient::StageBlockFromUri.


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