Data.Cloud.AzureAPI.TAzureBlobService.GetPageRanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPageRanges(const AContainerName, ABlobName, ALeaseId: string; AStartByte, AEndByte: Int64;  const ASnapshot, APrevSnapshot: string; out AResponseXML: string; const AResponseInfo: TCloudResponseInfo): TArray<TAzureBlobPageRange>;

C++

System::DynamicArray<TAzureBlobPageRange> __fastcall GetPageRanges(const System::UnicodeString AContainerName, const System::UnicodeString ABlobName, const System::UnicodeString ALeaseId, __int64 AStartByte, __int64 AEndByte, const System::UnicodeString ASnapshot, const System::UnicodeString APrevSnapshot, /* out */ System::UnicodeString &AResponseXML, Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureBlobService

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!