TestimoX

API Reference

Class

AgentBufferStats

Namespace ComputerX.Agent
Assembly ComputerX
Modifiers sealed

Snapshot of the agent buffer state.

Inheritance

  • Object
  • AgentBufferStats

Constructors

public AgentBufferStats() #

Properties

public Int32 PendingFiles { get; set; } #

Number of pending buffer files (excluding active).

public Int64 PendingBytes { get; set; } #

Total bytes stored in pending files.

public Int64 ActiveBytes { get; set; } #

Bytes stored in the active buffer file.

public Int64 TotalBytes { get; set; } #

Total bytes stored in all buffer files.

public DateTimeOffset CapturedUtc { get; set; } #

UTC time of the snapshot.