Class BufferUsageEventArgs
BufferUsage
public sealed class BufferUsageEventArgs : EventArgs
- Inheritance
-
BufferUsageEventArgs
- Inherited Members
Properties
EventCount
Gets or sets the eventCount
[JsonPropertyName("eventCount")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? EventCount { get; set; }
Property Value
PercentFull
Gets or sets the percentFull
[JsonPropertyName("percentFull")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? PercentFull { get; set; }
Property Value
Value
Gets or sets the value
[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Value { get; set; }