IListBlobItem Interface (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
IListBlobItem Interface
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
Properties
Name Description 
ContainerContainerContainerContainer Gets the blob item's container.

ParentParentParentParent Gets the blob item's parent virtual directory.

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

UriUriUriUri Gets the URI to the blob item, at the primary location.
Return to top
Represents an item that may be returned by a blob listing operation.
Syntax
Properties
| Name | Description | |
|---|---|---|
| ContainerContainerContainerContainer | Gets the blob item's container. | |
| ParentParentParentParent | Gets the blob item's parent virtual directory. | |
| StorageUriStorageUriStorageUriStorageUri | Gets the blob item's URIs for both the primary and secondary locations. | |
| UriUriUriUri | Gets the URI to the blob item, at the primary location. |