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

The serialized return result for operation: GetFileRangeList.

#include <share_rest_client.hpp>

Public Attributes

std::vector< Core::Http::HttpRange > Ranges
 
std::vector< Core::Http::HttpRange > ClearRanges
 
DateTime LastModified
 
Azure::ETag ETag
 
int64_t FileSize = int64_t()
 

Member Data Documentation

◆ ClearRanges

std::vector<Core::Http::HttpRange> Azure::Storage::Files::Shares::Models::GetFileRangeListResult::ClearRanges

Cleared ranges of the file

◆ ETag

Azure::ETag Azure::Storage::Files::Shares::Models::GetFileRangeListResult::ETag

The ETag contains a value which represents the version of the file, in quotes.

◆ FileSize

int64_t Azure::Storage::Files::Shares::Models::GetFileRangeListResult::FileSize = int64_t()

The size of the file in bytes.

◆ LastModified

DateTime Azure::Storage::Files::Shares::Models::GetFileRangeListResult::LastModified

The date/time that the file was last modified. Any operation that modifies the file, including an update of the file's metadata or properties, changes the file's last modified time.

◆ Ranges

std::vector<Core::Http::HttpRange> Azure::Storage::Files::Shares::Models::GetFileRangeListResult::Ranges

Ranges of the file.


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