HandleItem interface
A listed Azure Storage handle item.
Properties
client |
Client IP that opened the handle |
file |
FileId uniquely identifies the file or directory. |
handle |
XSMB service handle ID |
last |
Time handle was last connected to (UTC) |
open |
Time when the session that previously opened the handle has last been reconnected. (UTC) |
parent |
ParentId uniquely identifies the parent directory of the object. |
path | File or directory name including full path starting from share root |
session |
SMB session ID in context of which the file handle was opened |
Property Details
clientIp
Client IP that opened the handle
clientIp: string
Property Value
string
fileId
FileId uniquely identifies the file or directory.
fileId: string
Property Value
string
handleId
XSMB service handle ID
handleId: string
Property Value
string
lastReconnectTime
Time handle was last connected to (UTC)
lastReconnectTime?: Date
Property Value
Date
openTime
Time when the session that previously opened the handle has last been reconnected. (UTC)
openTime: Date
Property Value
Date
parentId
ParentId uniquely identifies the parent directory of the object.
parentId?: string
Property Value
string
path
File or directory name including full path starting from share root
path: string
Property Value
string
sessionId
SMB session ID in context of which the file handle was opened
sessionId: string
Property Value
string
Azure SDK for JavaScript