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

SessionDirectoryListResponse interface

在会话沙箱中列出目录的响应。

属性

entries

目录条目。

first_id

列表中代表的第一个ID。

has_more

一个表示列表中未捕获的其他值的值。

last_id

本列表中代表的最后一个ID。

path

相对于会话主目录,列出的路径。

属性详细信息

entries

目录条目。

entries: SessionDirectoryEntry[]

属性值

first_id

列表中代表的第一个ID。

first_id?: string

属性值

string

has_more

一个表示列表中未捕获的其他值的值。

has_more: boolean

属性值

boolean

last_id

本列表中代表的最后一个ID。

last_id?: string

属性值

string

path

相对于会话主目录,列出的路径。

path: string

属性值

string