IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

BlobName Property

The name of the blob.

Syntax

ANSI (Cross Platform)
char* GetBlobName(int iBlobIndex);
int SetBlobName(int iBlobIndex, const char* lpszBlobName); Unicode (Windows) LPWSTR GetBlobName(INT iBlobIndex);
INT SetBlobName(INT iBlobIndex, LPCWSTR lpszBlobName);
- (NSString*)blobName:(int)blobIndex;
- (void)setBlobName:(int)blobIndex:(NSString*)newBlobName;
#define PID_AZUREBLOB_BLOBNAME 25

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_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_AzureBlob_CheckIndex(void *lpObj, int propid, int arridx);

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