Class ApdexMetric
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 ApdexMetric : MetricBase
Properties
Frustrating
Declaration
public int Frustrating { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SampleSize
Declaration
public int SampleSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Satisfied
Declaration
public int Satisfied { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Score
Declaration
public double Score { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Tolerating
Declaration
public int Tolerating { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |