IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

BlobType Property

The blob's type.

Object Oriented Interface

public function getBlobType($blobindex);

Procedural Interface

ipworkscloud_azureblob_get($res, 29 , $blobindex);

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