azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::GetPageBlobPageRangesOptions Struct Reference

Optional parameters for PageBlobClient::GetPageRanges. More...

#include <blob_options.hpp>

Public Attributes

Azure::Core::Context Context
 Context for cancelling long running operations.
 
Azure::Core::Nullable< std::string > PreviousSnapshot
 Specifies that the response will contain only pages that were changed between target blob and previous snapshot. Changed pages include both updated and cleared pages. The target blob may be a snapshot, as long as the snapshot specified by PreviousSnapshot is the older of the two.
 
Azure::Core::Nullable< std::string > PreviousSnapshotUrl
 This parameter only works with managed disk storage accounts. Specifies that the response will contain only pages that were changed between target blob and previous snapshot. Changed pages include both updated and cleared pages. The target blob may be a snapshot, as long as the snapshot specified by PreviousSnapshotUrl is the older of the two.
 
Azure::Core::Nullable< int64_t > Offset
 Optionally specifies the offset of range over which to list ranges. This offset must be a modulus of 512.
 
Azure::Core::Nullable< int64_t > Length
 Optionally specifies the length of range over which to list ranges. The length must be a modulus of 512.
 
BlobAccessConditions AccessConditions
 Optional conditions that must be met to perform this operation.
 

Detailed Description

Optional parameters for PageBlobClient::GetPageRanges.


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