C#
C++
F#
VB
ListBlockItem Class
Represents a block retrieved from the blob's block list.
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.