Table of Contents

Class BufferUsageEventArgs

Namespace
OpenQA.Selenium.DevTools.V130.Tracing
Assembly
WebDriver.dll

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

double?

PercentFull

Gets or sets the percentFull

[JsonPropertyName("percentFull")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? PercentFull { get; set; }

Property Value

double?

Value

Gets or sets the value

[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Value { get; set; }

Property Value

double?