Table of Contents

Class Histogram

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

Histogram

public sealed class Histogram
Inheritance
Histogram
Inherited Members

Properties

Buckets

buckets

[JsonPropertyName("buckets")]
public Bucket[] Buckets { get; set; }

Property Value

Bucket[]

Count

count

[JsonPropertyName("count")]
public long Count { get; set; }

Property Value

long

Name

name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Sum

sum

[JsonPropertyName("sum")]
public long Sum { get; set; }

Property Value

long