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

The content and information returned when downloading a file.

#include <share_responses.hpp>

Public Attributes

std::unique_ptr< Azure::Core::IO::BodyStream > BodyStream
 
Azure::Core::Http::HttpRange ContentRange
 
int64_t FileSize = 0
 
Nullable< Storage::ContentHash > TransactionalContentHash
 
FileHttpHeaders HttpHeaders
 
DownloadFileDetails Details
 

Member Data Documentation

◆ BodyStream

std::unique_ptr<Azure::Core::IO::BodyStream> Azure::Storage::Files::Shares::Models::DownloadFileResult::BodyStream

The body of the downloaded result.

◆ ContentRange

Azure::Core::Http::HttpRange Azure::Storage::Files::Shares::Models::DownloadFileResult::ContentRange

The range of the downloaded content.

◆ Details

DownloadFileDetails Azure::Storage::Files::Shares::Models::DownloadFileResult::Details

The detailed information of the downloaded file.

◆ FileSize

int64_t Azure::Storage::Files::Shares::Models::DownloadFileResult::FileSize = 0

The size of the file.

◆ HttpHeaders

FileHttpHeaders Azure::Storage::Files::Shares::Models::DownloadFileResult::HttpHeaders

The common HTTP headers of the file.

◆ TransactionalContentHash

Nullable<Storage::ContentHash> Azure::Storage::Files::Shares::Models::DownloadFileResult::TransactionalContentHash

The transactional hash of the downloaded content.


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