azure-storage-files-shares
Public Attributes | List of all members
Azure::Storage::Files::Shares::Models::HandleItem Struct Referencefinal

A listed Azure Storage handle item.

#include <share_rest_client.hpp>

Public Attributes

std::string HandleId
 
std::string Path
 
std::string FileId
 
std::string ParentId
 
std::string SessionId
 
std::string ClientIp
 
DateTime OpenedOn
 
DateTime LastReconnectedOn
 

Member Data Documentation

◆ ClientIp

std::string Azure::Storage::Files::Shares::Models::HandleItem::ClientIp

Client IP that opened the handle

◆ FileId

std::string Azure::Storage::Files::Shares::Models::HandleItem::FileId

FileId uniquely identifies the file or directory.

◆ HandleId

std::string Azure::Storage::Files::Shares::Models::HandleItem::HandleId

XSMB service handle ID

◆ LastReconnectedOn

DateTime Azure::Storage::Files::Shares::Models::HandleItem::LastReconnectedOn

Time handle was last connected to (UTC)

◆ OpenedOn

DateTime Azure::Storage::Files::Shares::Models::HandleItem::OpenedOn

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

◆ ParentId

std::string Azure::Storage::Files::Shares::Models::HandleItem::ParentId

ParentId uniquely identifies the parent directory of the object.

◆ Path

std::string Azure::Storage::Files::Shares::Models::HandleItem::Path

File or directory name including full path starting from share root

◆ SessionId

std::string Azure::Storage::Files::Shares::Models::HandleItem::SessionId

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


The documentation for this struct was generated from the following file: