API Reference
Class
AdxShareOpenFileActivitySummary
Typed open-file activity summary for one share.
Inheritance
- Object
- AdxShareOpenFileActivitySummary
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AdxShareOpenFileActivitySummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer hosting the share.
public Int32 OpenFileSampleCount { get; set; } #Total open-file sample rows.
public Int32 UniqueUserCount { get; set; } #Unique user count.
public Int32 UniquePathCount { get; set; } #Unique opened path count.
public Int64 TotalLockCount { get; set; } #Total lock count across samples.
public IReadOnlyList<AdxShareOpenFileHotFolder> HotFolders { get; set; } #Hot folders ordered by observed open-file count.