Table of Contents

Class BufferUsageEventArgs

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

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

double?

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

double?

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; }

Property Value

double?