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

Response type for Azure::Storage::Blobs::PageBlobClient::GetPageRanges.

#include <blob_responses.hpp>

Inheritance diagram for Azure::Storage::Blobs::GetPageRangesPagedResponse:

Public Attributes

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

Friends

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

Member Data Documentation

◆ BlobSize

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

Size of the blob.

◆ ETag

Azure::ETag Azure::Storage::Blobs::GetPageRangesPagedResponse::ETag

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

◆ LastModified

Azure::DateTime Azure::Storage::Blobs::GetPageRangesPagedResponse::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::GetPageRangesPagedResponse::PageRanges

Page range items.


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