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

Response type for Azure::Storage::Blobs::BlobClient::DownloadTo.

#include <blob_responses.hpp>

Public Attributes

Models::BlobType BlobType
 
Azure::Core::Http::HttpRange ContentRange
 
int64_t BlobSize = 0
 
Azure::Nullable< ContentHash > TransactionalContentHash
 
DownloadBlobDetails Details
 

Member Data Documentation

◆ BlobSize

int64_t Azure::Storage::Blobs::Models::DownloadBlobToResult::BlobSize = 0

Size of the blob.

◆ BlobType

Models::BlobType Azure::Storage::Blobs::Models::DownloadBlobToResult::BlobType

The blob's type.

◆ ContentRange

Azure::Core::Http::HttpRange Azure::Storage::Blobs::Models::DownloadBlobToResult::ContentRange

Indicates the range of bytes returned.

◆ Details

DownloadBlobDetails Azure::Storage::Blobs::Models::DownloadBlobToResult::Details

Details information of the downloaded blob.

◆ TransactionalContentHash

Azure::Nullable<ContentHash> Azure::Storage::Blobs::Models::DownloadBlobToResult::TransactionalContentHash

The request may return a CRC64 or MD5 hash for the downloaded range of data.


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