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

The information returned when downloading a file to a destination.

#include <share_responses.hpp>

Public Attributes

int64_t FileSize = 0
 
Azure::Core::Http::HttpRange ContentRange
 
FileHttpHeaders HttpHeaders
 
DownloadFileDetails Details
 

Member Data Documentation

◆ ContentRange

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

The range of the downloaded content.

◆ Details

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

The detailed information of the downloaded file.

◆ FileSize

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

The size of the file.

◆ HttpHeaders

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

The common HTTP headers of the file.


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