Class Histogram
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
Name
name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Sum
sum
[JsonPropertyName("sum")]
public long Sum { get; set; }