Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class Histogram

Namespace
OpenQA.Selenium.DevTools.V136.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