Interface IListFileEntry
- Namespace
- Microsoft.WindowsAzure.Storage.File.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents an item that may be returned by a file listing operation.
public interface IListFileEntry
Properties
Name
Gets the name of the file/directory item.
string Name { get; }
Property Value
- string
The name of the file/directory item.