Class ListFileEntry
- Namespace
- Microsoft.WindowsAzure.Storage.File.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents a file item returned in the XML response for a file listing operation.
public sealed class ListFileEntry : IListFileEntry
- Inheritance
-
ListFileEntry
- Implements
- Inherited Members
Properties
Metadata
Gets the user-defined metadata for the file item.
public IDictionary<string, string> Metadata { get; }
Property Value
- IDictionary<string, string>
The file item's metadata, as a collection of name-value pairs.
Name
Gets the name of the file item.
public string Name { get; }
Property Value
- string
The name of the file item.
Properties
Gets the file item's system properties.
public FileProperties Properties { get; }
Property Value
- FileProperties
The file item's properties.
Uri
Gets the file item's URI.
public Uri Uri { get; }
Property Value
- Uri
The absolute URI to the file item.