Table of Contents

Class ListBlobPrefixEntry

Namespace
Microsoft.WindowsAzure.Storage.Blob.Protocol
Assembly
Microsoft.WindowsAzure.Storage.dll

Represents the blob name prefix that is returned in the XML response for a blob listing operation.

public sealed class ListBlobPrefixEntry : IListBlobEntry
Inheritance
ListBlobPrefixEntry
Implements
Inherited Members

Constructors

ListBlobPrefixEntry()

public ListBlobPrefixEntry()

Properties

Name

Gets the blob name prefix.

public string Name { get; }

Property Value

string

The blob name prefix.