Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

ObjectData Property

The contents of the object returned after calling GetObject , or the data to upload.

Syntax

__property String ObjectData = {read=FObjectData, write=FSetObjectData};

__property RawByteString ObjectDataB = {read=FObjectDataB, write=FSetObjectDataB};

Default Value

""

Remarks

When downloading, if the LocalFile is empty, the object data is accumulated in ObjectData. Otherwise, ObjectData returns an empty string.

When uploading data via CreateObject or UploadPart you may specify the data to upload in this property.

This property is not available at design time.

Data Type

Binary String

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0