Table of Contents

Class ShareFileHandle

Namespace
Azure.Storage.Files.Shares.Models
Assembly
Azure.Storage.Files.Shares.dll

ShareFileHandle.

public class ShareFileHandle
Inheritance
ShareFileHandle
Inherited Members

Properties

AccessRights

Access rights of the handle.

public ShareFileHandleAccessRights? AccessRights { get; }

Property Value

ShareFileHandleAccessRights?

ClientIp

Client IP that opened the handle.

public string ClientIp { get; }

Property Value

string

ClientName

Client Name that opened the handle.

public string ClientName { get; }

Property Value

string

FileId

FileId uniquely identifies the file or directory.

public string FileId { get; }

Property Value

string

HandleId

XSMB service handle ID.

public string HandleId { get; }

Property Value

string

LastReconnectedOn

Time handle was last connected to (UTC).

public DateTimeOffset? LastReconnectedOn { get; }

Property Value

DateTimeOffset?

OpenedOn

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

public DateTimeOffset? OpenedOn { get; }

Property Value

DateTimeOffset?

ParentId

ParentId uniquely identifies the parent directory of the object.

public string ParentId { get; }

Property Value

string

Path

File or directory name including full path starting from share root.

public string Path { get; }

Property Value

string

SessionId

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

public string SessionId { get; }

Property Value

string