azure-storage-files-shares
Public Attributes | List of all members
Azure::Storage::Files::Shares::UploadFileRangeOptions Struct Referencefinal

Optional parameters for Azure::Storage::Files::Shares::ShareFileClient::UploadRange.

#include <share_options.hpp>

Public Attributes

Azure::Nullable< ContentHash > TransactionalContentHash
 
LeaseAccessConditions AccessConditions
 

Member Data Documentation

◆ AccessConditions

LeaseAccessConditions Azure::Storage::Files::Shares::UploadFileRangeOptions::AccessConditions

The operation will only succeed if the access condition is met.

◆ TransactionalContentHash

Azure::Nullable<ContentHash> Azure::Storage::Files::Shares::UploadFileRangeOptions::TransactionalContentHash

An MD5 hash of the content. This hash is used to verify the integrity of the data during transport. When the TransactionalContentHash parameter is specified, the File service compares the hash of the content that has arrived with the header value that was sent. If the two hashes do not match, the operation will fail with error code 400 (Bad Request).


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