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

BlocksType Property

Indicates the type of the block.

Object Oriented Interface

public function getBlocksType($blocksindex);
public function setBlocksType($blocksindex, $value);

Procedural Interface

inazure_blob_get($res, 22 , $blocksindex);
inazure_blob_set($res, 22, $value , $blocksindex);

Default Value

1

Remarks

Indicates the type of the block. Possible values are:

0 (btCommitted)Only the committed block list will be searched for the specified block id.
1 (btUncommitted)Only the uncommitted block list will be searched for the specified block id.
2 (btLatest)The uncommitted block list will be searched first for the specified block id. If found, this version is the latest and will be committed to the blob. If the block is not found in the uncommitted list, the committed list will be searched. If found in the committed list, the block will be committed to the blob.

The size of the array is controlled by the BlocksCount property.

This property is not available at design time.

Data Type

Integer

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