IPWorks Cloud 2020 C++ Builder Edition

Questions / Feedback?

BlobType Property

The blob's type.

Syntax

__property TicsAzureBlobBlobTypes BlobType[int BlobIndex] = { read=FBlobType };
enum TicsAzureBlobBlobTypes { abtBlockBlob=0, abtPageBlob=1, abtAppendBlob=2 };

Default Value

abtBlockBlob

Remarks

The blob's type.

This property reflects the blob's type. Possible values are:

abtBlockBlob (0) Block blob
abtPageBlob (1) Page blob
abtAppendBlob (2) Append blob

Refer to Azure's Understanding block blobs, append blobs, and page blobs article for more information about blob types.

The BlobIndex parameter specifies the index of the item in the array. The size of the array is controlled by the BlobCount property.

This property is read-only and not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 C++ Builder Edition - Version 20.0 [Build 8265]