Package version:

A listed Azure Storage handle item.

interface HandleItem {
    accessRightList?: ShareFileHandleAccessRights[];
    clientIp: string;
    clientName: string;
    fileId: string;
    handleId: string;
    lastReconnectTime?: Date;
    openTime: Date;
    parentId?: string;
    path: string;
    sessionId: string;
}

Properties

accessRightList?: ShareFileHandleAccessRights[]
clientIp: string

Client IP that opened the handle

clientName: string

Name of the client machine where the share is being mounted

fileId: string

FileId uniquely identifies the file or directory.

handleId: string

XSMB service handle ID

lastReconnectTime?: Date

Time handle was last connected to (UTC)

openTime: Date

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

parentId?: string

ParentId uniquely identifies the parent directory of the object.

path: string

File or directory name including full path starting from share root

sessionId: string

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