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:
| ||||||
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);