API Reference
Class
AgentBufferStats
Snapshot of the agent buffer state.
Inheritance
- Object
- AgentBufferStats
Constructors
public AgentBufferStats() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.