API:Data.Cloud.AzureAPI.TAzureBlockListItem
Delphi
TAzureBlockListItem = record
BlockId: string;
Size: string;
BlockType: TAzureBlockType;
class function Create(ABlockId: string; ABlockType: TAzureBlockType;
ASize: string = '0'): TAzureBlockListItem; static;
function AsXML: string;
end;
C++
struct DECLSPEC_DRECORD TAzureBlockListItem
{
public:
System::UnicodeString BlockId;
System::UnicodeString Size;
TAzureBlockType BlockType;
static TAzureBlockListItem __fastcall Create(System::UnicodeString ABlockId, TAzureBlockType ABlockType, System::UnicodeString ASize = L"0");
System::UnicodeString __fastcall AsXML(void);
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp |
Data.Cloud.AzureAPI | Data.Cloud.AzureAPI |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!