HandleItem interface

A listed Azure Storage handle item.

Properties

accessRightList
clientIp

Client IP that opened the handle

clientName

Name of the client machine where the share is being mounted

fileId

FileId uniquely identifies the file or directory.

handleId

XSMB service handle ID

lastReconnectTime

Time handle was last connected to (UTC)

openTime

Time when the session that previously opened the handle has last been reconnected. (UTC)

parentId

ParentId uniquely identifies the parent directory of the object.

path

File or directory name including full path starting from share root

sessionId

SMB session ID in context of which the file handle was opened

Property Details

accessRightList

accessRightList?: ShareFileHandleAccessRights[]

Property Value

clientIp

Client IP that opened the handle

clientIp: string

Property Value

string

clientName

Name of the client machine where the share is being mounted

clientName: 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