Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

BlobData Property

Contains the data of one blob/block.

Object Oriented Interface

public function getBlobData();
public function setBlobData($value);

Procedural Interface

inazure_blob_get($res, 4 );
inazure_blob_set($res, 4, $value );

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.

This property is not available at design time.

Data Type

Binary String

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