Data.Cloud.AzureAPI.TAzureBlobService.GetBlockListXML

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetBlockListXML(ContainerName, BlobName: string;
BlockType: TAzureQueryIncludeBlockType = aqbtCommitted;
const SnapShot: string = ''; const LeaseId: string = '';
ResponseInfo: TCloudResponseInfo = nil): string; overload; deprecated 'Use GetBlckList method instead';

C++

System::UnicodeString __fastcall GetBlockListXML _DEPRECATED_ATTRIBUTE1("Use GetBlckList method instead") (System::UnicodeString ContainerName, System::UnicodeString BlobName, TAzureQueryIncludeBlockType BlockType = (TAzureQueryIncludeBlockType)(0x0), const System::UnicodeString SnapShot = System::UnicodeString(), const System::UnicodeString LeaseId = System::UnicodeString(), Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0))/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureBlobService


Beschreibung

Warnung: GetBlockListXML ist veraltet. Bitte verwenden Sie GetBlockList.


Gibt die Blockliste für das gegebene Blob in XML-Repräsentation zurück.

GetBlockListXML gibt die Blockliste für das gegebene Blob in XML-Repräsentation zurück.


Die folgende Tabelle beschreibt die Parameter:

Parameter Beschreibung

ContainerName

Der Name des Containers, in dem sich das Blob befindet.

BlobName

Der Name des Block-Blobs, für das die Blockliste ermittelt werden soll.

BlockType

Der Typ der zu ermittelnden Blocks (übertragen, nicht übertragen oder beides).

SnapShot

Die Snapshot-ID, wenn die Liste eines Snapshots anstelle des Blobs zurückgegeben werden soll.

LeaseId

Die Leasing-ID, die erforderlich ist, wenn das Blob gesperrt ist.

ResponseInfo

Die optionale Klasse zum Speichern der Antwortinformationen.


Siehe auch