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

blocksType (property)

Indicates the type of the block.

- (int)blocksType:(int)blocksIndex

- (void)setBlocksType:(int)blocksIndex :(int)newBlocksType

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.

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