Interface IListBlobItem
- Namespace
- Microsoft.WindowsAzure.Storage.Blob
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents an item that may be returned by a blob listing operation.
public interface IListBlobItem
Properties
Container
Gets the blob item's container.
CloudBlobContainer Container { get; }
Property Value
- CloudBlobContainer
A CloudBlobContainer object.
Parent
Gets the blob item's parent virtual directory.
CloudBlobDirectory Parent { get; }
Property Value
- CloudBlobDirectory
A CloudBlobDirectory object.
StorageUri
Gets the blob item's URIs for both the primary and secondary locations.
StorageUri StorageUri { get; }
Property Value
- StorageUri
An object of type StorageUri containing the blob item's URIs for both the primary and secondary locations.
Uri
Gets the URI to the blob item, at the primary location.
Uri Uri { get; }
Property Value
- Uri
The System.Uri for the blob item.