Class HistogramEntry
The placeholder of histogram data that represents a sample count for a given set of histogram keys.
Inheritance
System.Object
HistogramEntry
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Instrumentation.Analytics
Assembly: Azos.dll
Syntax
public class HistogramEntry
Constructors
HistogramEntry(HistogramKeys)
Declaration
public HistogramEntry(HistogramKeys keys)
Parameters
| Type | Name | Description |
|---|---|---|
| HistogramKeys | keys |
Properties
BucketKeys
Declaration
public HistogramKeys BucketKeys { get; }
Property Value
| Type | Description |
|---|---|
| HistogramKeys |
Count
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |