你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ListFileEntry 类

定义

表示在文件列出操作的 XML 响应中返回的文件项。

public sealed class ListFileEntry : Microsoft.Azure.Storage.File.Protocol.IListFileEntry
type ListFileEntry = class
    interface IListFileEntry
Public NotInheritable Class ListFileEntry
Implements IListFileEntry
继承
ListFileEntry
实现

属性

Metadata

获取文件项的用户定义元数据。

Name

获取文件项的名称。

Properties

获取文件项的系统属性。

Uri

获取文件项的 URI。

适用于