Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

AzureBlock Type

Represents a single bock of the Azure blob.

Remarks

This collection is used in the Blob component.

Fields

BlockType
TBlockTypes

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
Integer

The size of the block.

Constructors

[VB.NET]
Public AzureBlock()

[C#]
public AzureBlock();



[VB.NET]
Public AzureBlock(ByVal Id As String, ByVal BlockType As Integer, ByVal Size As Integer)

[C#]
public AzureBlock(string id, int blockType, int size);



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