IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

BlobData Property

The data that was downloaded, or that should be uploaded.

Syntax

ANSI (Cross Platform)
int GetBlobData(char* &lpBlobData, int &lenBlobData);
int SetBlobData(const char* lpBlobData, int lenBlobData); Unicode (Windows) INT GetBlobData(LPSTR &lpBlobData, INT &lenBlobData);
INT SetBlobData(LPCSTR lpBlobData, INT lenBlobData);
@property (nonatomic,readwrite,assign,getter=blobData,setter=setBlobData:) NSString* blobData;
- (NSString*)blobData;
- (void)setBlobData:(NSString*)newBlobData;

@property (nonatomic,readwrite,assign,getter=blobDataB,setter=setBlobDataB:) NSData* blobDataB; - (NSData*)blobDataB; - (void)setBlobDataB:(NSData*)newBlobData;
#define PID_AZUREBLOB_BLOBDATA 9

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);

Default Value

""

Remarks

This property is populated with blob data after calling GetBlob if SetDownloadStream and LocalFile are not set.

This property can also be set before calling AppendBlock, CreateBlob (for block blobs), PutBlock, or PutPages; its data will be uploaded if SetUploadStream and LocalFile are not set.

This property is not available at design time.

Data Type

Binary String

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