API Reference
Class
AgentBufferStats
Snapshot of the agent buffer state.
Inheritance
- Object
- AgentBufferStats
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
- Method AgentJsonlBuffer.GetStatsAsync
- Method AgentSender.GetBufferStatsAsync
- Property AgentSendResult.BufferStats
- Property AgentStatusSnapshot.Buffer
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.