DSAzure.TAzureBlobService.GetPageRegions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPageRegions(const ContainerName: String; const BlobName: String; const Snapshot: String = '';  StartByte: int64 = 0; EndByte: int64 = 0; const LeaseId: String = ''): String;

C++

System::UnicodeString __fastcall GetPageRegions(const System::UnicodeString ContainerName, const System::UnicodeString BlobName, const System::UnicodeString Snapshot = System::UnicodeString(), __int64 StartByte = 0LL, __int64 EndByte = 0LL, const System::UnicodeString LeaseId = System::UnicodeString());

Properties

Type Visibility Source Unit Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureBlobService

Description

Returns a list of page ranges for the specified blob or snapshot.

GetPageRegions returns an XML string that contains a list of PageRange elements for the specified blob or snapshot. Each range specifies the start and end byte.

For more information, refer to the MSDN documentation in the See Also section.

See Also