azure-storage-blobs
Public Attributes | Friends | List of all members
Azure::Storage::Blobs::GetPageRangesDiffPagedResponse Class Referencefinal

Response type for Azure::Storage::Blobs::PageBlobClient::GetPageRangesDiff and Azure::Storage::Blobs::PageBlobClient::GetManagedDiskPageRangesDiff.

#include <blob_responses.hpp>

Inheritance diagram for Azure::Storage::Blobs::GetPageRangesDiffPagedResponse:

Public Attributes

Azure::ETag ETag
 
Azure::DateTime LastModified
 
int64_t BlobSize = 0
 
std::vector< Azure::Core::Http::HttpRange > PageRanges
 
std::vector< Azure::Core::Http::HttpRange > ClearRanges
 

Friends

class PageBlobClient
 
class Azure::Core::PagedResponse< GetPageRangesDiffPagedResponse >
 

Member Data Documentation

◆ BlobSize

int64_t Azure::Storage::Blobs::GetPageRangesDiffPagedResponse::BlobSize = 0

Size of the blob.

◆ ClearRanges

std::vector<Azure::Core::Http::HttpRange> Azure::Storage::Blobs::GetPageRangesDiffPagedResponse::ClearRanges

Clear range items.

◆ ETag

Azure::ETag Azure::Storage::Blobs::GetPageRangesDiffPagedResponse::ETag

The ETag contains a value that you can use to perform operations conditionally.

◆ LastModified

Azure::DateTime Azure::Storage::Blobs::GetPageRangesDiffPagedResponse::LastModified

The date/time that the blob was last modified. The date format follows RFC 1123.

◆ PageRanges

std::vector<Azure::Core::Http::HttpRange> Azure::Storage::Blobs::GetPageRangesDiffPagedResponse::PageRanges

Page range items.


The documentation for this class was generated from the following files: