IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

BlobType Property

The blob's type.

Syntax

ANSI (Cross Platform)
int GetBlobType(int iBlobIndex);

Unicode (Windows)
INT GetBlobType(INT iBlobIndex);

Possible Values

ABT_BLOCK_BLOB(0), 
ABT_PAGE_BLOB(1),
ABT_APPEND_BLOB(2)
- (int)blobType:(int)blobIndex;

Possible Values

ABT_BLOCK_BLOB(0), 
ABT_PAGE_BLOB(1),
ABT_APPEND_BLOB(2)
#define PID_AZUREBLOB_BLOBTYPE 29

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_AzureBlob_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_AzureBlob_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

0

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++ Edition - Version 20.0 [Build 8265]