C#
C++
F#
VB
ListBlockItem Class
Represents a block retrieved from the blob's block list.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
Name Description 
ListBlockItem()()()()
Properties
Name Description 
CommittedCommittedCommittedCommitted Gets a value indicating whether or not the block has been committed.

LengthLengthLengthLength Gets the size of block in bytes.

NameNameNameName Gets the name of the block.
Methods
Name Description 
Equals(Object)(Object^)(Object)(Object) (Inherited from Object.)

GetHashCode()()()() (Inherited from Object.)

GetType()()()() (Inherited from Object.)

ToString()()()() (Inherited from Object.)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top
Represents a block retrieved from the blob's block list.
Syntax
Constructors
Name | Description | |
---|---|---|
ListBlockItem()()()() |
Properties
Name | Description | |
---|---|---|
CommittedCommittedCommittedCommitted | Gets a value indicating whether or not the block has been committed. | |
LengthLengthLengthLength | Gets the size of block in bytes. | |
NameNameNameName | Gets the name of the block. |
Methods
Name | Description | |
---|---|---|
Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.