Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents an item that may be returned by a blob listing operation.

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

Syntax

 
public interface IListBlobItem
 
public interface class IListBlobItem
 
type IListBlobItem = interface end
 
Public Interface IListBlobItem

Properties

NameDescription
System_CAPS_pubpropertyContainerContainerContainerContainer

Gets the blob item's container.

System_CAPS_pubpropertyParentParentParentParent

Gets the blob item's parent virtual directory.

System_CAPS_pubpropertyStorageUriStorageUriStorageUriStorageUri

Gets the blob item's URIs for both the primary and secondary locations.

System_CAPS_pubpropertyUriUriUriUri

Gets the URI to the blob item, at the primary location.

Return to top