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

BlocksType Property

Indicates the type of the block.

Syntax

int GetBlocksType(int iBlocksIndex);

int SetBlocksType(int iBlocksIndex, int iBlocksType);

Possible Values

  BT_COMMITTED(0), 
  BT_UNCOMMITTED(1), 
  BT_LATEST(2)

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) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 Linux Edition - Version 16.0 [Build 7239]