Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Blob.::..ListBlockItem

Syntax

 
public sealed class ListBlockItem
 
public ref class ListBlockItem sealed 
 
[<Sealed>]
type ListBlockItem = class end
 
Public NotInheritable Class ListBlockItem

Constructors

NameDescription
System_CAPS_pubmethodListBlockItem()()()()

Properties

NameDescription
System_CAPS_pubpropertyCommittedCommittedCommittedCommitted

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

System_CAPS_pubpropertyLengthLengthLengthLength

Gets the size of block in bytes.

System_CAPS_pubpropertyNameNameNameName

Gets the name of the block.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(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