IListBlobItem Members

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

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

 NameDescription
public propertyContainerGets the blob item's container.
public propertyParentGets the blob item's parent.
public propertyUriGets the URI to the blob item.
Top

See Also