API Reference
Class
AgentBufferConfig
Local buffering options for agent payloads.
Inheritance
- Object
- AgentBufferConfig
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
- Property AgentConfig.Buffer
Accepted by parameters
- Constructor AgentJsonlBuffer.AgentJsonlBuffer
Constructors
public AgentBufferConfig() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Directory { get; set; } #Directory for JSONL buffer files (relative to the agent config directory).
public Int32 MaxFiles { get; set; } #Maximum number of buffer files retained before trimming.
public Int32 MaxFileSizeMb { get; set; } #Maximum size of a single buffer file in MB.
public Int32 WarnAtFiles { get; set; } #Warn when pending buffer files reach this count (0 disables).
public Int32 WarnAtBytesMb { get; set; } #Warn when total buffered bytes exceed this size in MB (0 disables).