Class Bucket
Bucket
public sealed class Bucket
- Inheritance
-
Bucket
- Inherited Members
Properties
Count
count
[JsonPropertyName("count")]
public long Count { get; set; }
Property Value
High
high
[JsonPropertyName("high")]
public long High { get; set; }
Property Value
Low
low
[JsonPropertyName("low")]
public long Low { get; set; }