IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

BlobName Property

The name of the blob.

Object Oriented Interface

public function getBlobName($blobindex);
public function setBlobName($blobindex, $value);

Procedural Interface

ipworkscloud_azureblob_get($res, 25 , $blobindex);
ipworkscloud_azureblob_set($res, 25, $value , $blobindex);

Default Value

''

Remarks

The name of the blob.

This property specifies the name of the blob.

Note: Blobs cannot be renamed; this property is only writable so that applications can add new items to the Blob* properties for use with UpdateBlobInfo (which looks up items in said properties by blob name).

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 not available at design time.

Data Type

String

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