Data.Cloud.AzureAPI.TAzureBlob.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const Name: string; BlobType: TAzureBlobType; const Url: string = '';
LeaseStatus: TAzureLeaseStatus = alsUnlocked; const Snapshot: string = '');

C++

__fastcall TAzureBlob(const System::UnicodeString Name, TAzureBlobType BlobType, const System::UnicodeString Url, TAzureLeaseStatus LeaseStatus, const System::UnicodeString Snapshot);

Properties

Type Visibility Source Unit Parent
constructor public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureBlob

Description

Creates a new instance of TAzureBlob.

The Create constructor is used to create a new instance of TAzureBlob.

The following table describes the parameters:

Parameter Description

Name

The name of the blob, or BlobPrefix if BlobType is abtPrefix.

BlobType

The blob type.

Url

The Blob URL, or an empty string if BlobType is abtPrefix.

LeaseStatus

The lease status of the blob.

Snapshot

The optional snapshot date-time-value.

See Also