Interface IListFileItem
- Namespace
- Microsoft.WindowsAzure.Storage.File
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents an item that may be returned by a file listing operation.
public interface IListFileItem
Properties
Parent
Gets the file item's parent directory.
CloudFileDirectory Parent { get; }
Property Value
- CloudFileDirectory
The file item's parent directory.
Share
Gets the file item's share.
CloudFileShare Share { get; }
Property Value
- CloudFileShare
The file item's share.
StorageUri
Gets the URI to the file item.
StorageUri StorageUri { get; }
Property Value
- StorageUri
The file item's URI.
Uri
Gets the URI to the file item.
Uri Uri { get; }
Property Value
- Uri
The file item's URI.