你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HandleItem interface
列出的 Azure 存储句柄项。
属性
access |
|
client |
打开句柄的客户端 IP |
client |
正在装载共享的客户端计算机的名称 |
file |
FileId 唯一标识文件或目录。 |
handle |
XSMB 服务句柄 ID |
last |
时间句柄上次连接到 UTC () |
open |
以前打开句柄的会话上次重新连接的时间。 (UTC) |
parent |
ParentId 唯一标识对象的父目录。 |
path | 文件或目录名称,包括从共享根开始的完整路径 |
session |
在其中打开文件句柄的上下文中的 SMB 会话 ID |
属性详细信息
accessRightList
clientIp
打开句柄的客户端 IP
clientIp: string
属性值
string
clientName
正在装载共享的客户端计算机的名称
clientName: string
属性值
string
fileId
FileId 唯一标识文件或目录。
fileId: string
属性值
string
handleId
XSMB 服务句柄 ID
handleId: string
属性值
string
lastReconnectTime
时间句柄上次连接到 UTC ()
lastReconnectTime?: Date
属性值
Date
openTime
以前打开句柄的会话上次重新连接的时间。 (UTC)
openTime: Date
属性值
Date
parentId
ParentId 唯一标识对象的父目录。
parentId?: string
属性值
string
path
文件或目录名称,包括从共享根开始的完整路径
path: string
属性值
string
sessionId
在其中打开文件句柄的上下文中的 SMB 会话 ID
sessionId: string
属性值
string