Class MeterMetric.SetItem
Inheritance
System.Object
MeterMetric.SetItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Formatters.Json
Assembly:cs.temp.dll.dll
Syntax
public sealed class SetItem
Properties
Count
Declaration
public long Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
FifteenMinuteRate
Declaration
public double FifteenMinuteRate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FiveMinuteRate
Declaration
public double FiveMinuteRate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Item
Declaration
public string Item { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MeanRate
Declaration
public double MeanRate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OneMinuteRate
Declaration
public double OneMinuteRate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Percent
Declaration
public double Percent { get; set; }
Property Value
Type | Description |
---|---|
System.Double |