Class ShareFileHandle
ShareFileHandle.
public class ShareFileHandle
- Inheritance
-
ShareFileHandle
- Inherited Members
Properties
AccessRights
Access rights of the handle.
public ShareFileHandleAccessRights? AccessRights { get; }
Property Value
ClientIp
Client IP that opened the handle.
public string ClientIp { get; }
Property Value
ClientName
Client Name that opened the handle.
public string ClientName { get; }
Property Value
FileId
FileId uniquely identifies the file or directory.
public string FileId { get; }
Property Value
HandleId
XSMB service handle ID.
public string HandleId { get; }
Property Value
LastReconnectedOn
Time handle was last connected to (UTC).
public DateTimeOffset? LastReconnectedOn { get; }
Property Value
OpenedOn
Time when the session that previously opened the handle has last been reconnected. (UTC).
public DateTimeOffset? OpenedOn { get; }
Property Value
ParentId
ParentId uniquely identifies the parent directory of the object.
public string ParentId { get; }
Property Value
Path
File or directory name including full path starting from share root.
public string Path { get; }
Property Value
SessionId
SMB session ID in context of which the file handle was opened.
public string SessionId { get; }