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

Optional parameters for Azure::Storage::Blobs::AppendBlobClient::AppendBlockFromUri.

#include <blob_options.hpp>

Public Attributes

Azure::Nullable< Core::Http::HttpRange > SourceRange
 Uploads only the bytes of the source blob in the specified range.
 
Azure::Nullable< ContentHash > TransactionalContentHash
 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.
 
AppendBlobAccessConditions AccessConditions
 Optional conditions that must be met to perform this operation.
 

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