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

AzureBlock Type

Represents a single bock of the Azure blob.

Remarks

This collection is used in the Blob bean.

Fields

BlockType
int

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.

Id
String

The ID of the block.

Size
int

The size of the block.

Constructors

public AzureBlock();



public AzureBlock(String id, int blockType, int size);



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