IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

blobData (property)

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

Syntax

@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;
public var blobData: String {
  get {...}
set {...} }
public var blobDataB: Data { get {...}
set {...} }

Default Value

""

Remarks

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

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

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