Table of Contents

Class ListFileDirectoryEntry

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

Represents a directory item that is returned in the XML response for a file listing operation.

public sealed class ListFileDirectoryEntry : IListFileEntry
Inheritance
ListFileDirectoryEntry
Implements
Inherited Members

Properties

Name

Gets the name of the directory item.

public string Name { get; }

Property Value

string

The name of the directory item.

Properties

Gets the directory item's properties.

public FileDirectoryProperties Properties { get; }

Property Value

FileDirectoryProperties

The directory item's properties.

Uri

Gets the directory address.

public Uri Uri { get; }

Property Value

Uri

The directory URL.