Class BufferUsageEventArgs
BufferUsage
public sealed class BufferUsageEventArgs : EventArgs
- Inheritance
-
BufferUsageEventArgs
- Inherited Members
Properties
EventCount
An approximate number of events in the trace log.
[JsonPropertyName("eventCount")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? EventCount { get; set; }
Property Value
PercentFull
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.
[JsonPropertyName("percentFull")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? PercentFull { get; set; }
Property Value
Value
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.
[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Value { get; set; }