ListFileEntry Class

Definition

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

public sealed class ListFileEntry : Microsoft.Azure.Storage.File.Protocol.IListFileEntry
type ListFileEntry = class
    interface IListFileEntry
Public NotInheritable Class ListFileEntry
Implements IListFileEntry
Inheritance
ListFileEntry
Implements

Properties

Metadata

Gets the user-defined metadata for the file item.

Name

Gets the name of the file item.

Properties

Gets the file item's system properties.

Uri

Gets the file item's URI.

Applies to