Table of Contents

Class ListBlockItem

Namespace
Microsoft.WindowsAzure.Storage.Blob
Assembly
Microsoft.WindowsAzure.Storage.dll

Represents a block retrieved from the blob's block list.

public sealed class ListBlockItem
Inheritance
ListBlockItem
Inherited Members

Constructors

ListBlockItem()

public ListBlockItem()

Properties

Committed

Gets a value indicating whether or not the block has been committed.

public bool Committed { get; }

Property Value

bool

true if the block has been committed; otherwise, false.

Length

Gets the size of block in bytes.

public long Length { get; }

Property Value

long

The block size.

Name

Gets the name of the block.

public string Name { get; }

Property Value

string

The block name.