TestimoX

API Reference

Class

AdxShareOpenFileActivitySummary

Namespace ADPlayground.ShareDiagnostics
Assembly ADPlayground
Modifiers sealed

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.

Constructors

Properties

public String ComputerName { get; set; } #

Computer hosting the share.

public String ShareName { get; set; } #

Share name.

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.