ListFileEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |