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

IFrontEndAdapter.ListDirectory(String, Boolean) 方法

定义

列出指定的 Data Lake Store 目录。

public System.Collections.Generic.IDictionary<string,long> ListDirectory (string directoryPath, bool recursive);
abstract member ListDirectory : string * bool -> System.Collections.Generic.IDictionary<string, int64>
Public Function ListDirectory (directoryPath As String, recursive As Boolean) As IDictionary(Of String, Long)

参数

directoryPath
String

目录路径。

recursive
Boolean

如果设置为 true [recursive],则为 。

返回

字符串路径及其相应文件大小的列表(以字节为单位)。

适用于