IListBlobItem Members

Windows Runtime Azure Storage Client Library

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

The following tables list the members exposed by the IListBlobItem type.

Public Properties

  Name Description
public property Container Gets the blob item's container.
public property Parent Gets the blob item's parent virtual directory.
public property StorageUri Gets the blob item's URIs for both the primary and secondary locations.
public property Uri Gets the URI to the blob item, at the primary location.
Top

See Also