Cloud Storage Integrator 2016 ActiveX Edition
Cloud Storage Integrator 2016 ActiveX Edition
Questions / Feedback?

BlobData Property

Contains the data of one blob/block.

Syntax

azureblobcontrol.BlobData[=string]

Default Value

""

Remarks

This property is used to get or set the data of a blob/block.

BlobData will be populated after a successful GetBlob call, provided that LocalFile is not set. If LocalFile is set, the blob data will be written to the file specified.

When CreateBlock is called, the content of this property will be used to create the block. Note that blocks have a 4 MB size limit. Trying to upload a block larger than 4 MB will result in a 413 (Request Entity Too Large) error.

When CreateBlob is called, the content of this property will be used to create the blob, provided that LocalFile is not set. If LocalFile is set, the specified file will be used to create the blob.

To read or write binary data to the property, a Variant (Byte Array) version is provided in .BlobDataB.

This property is not available at design time.

Data Type

Binary String

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 ActiveX Edition - Version 16.0 [Build 7239]