Sdílet prostřednictvím


LatencyMetric Class

Definition

Defines the properties of a latency metric used in the latency scorecard

public class LatencyMetric
type LatencyMetric = class
Public Class LatencyMetric
Inheritance
LatencyMetric

Constructors

LatencyMetric()

Initializes a new instance of the LatencyMetric class.

LatencyMetric(String, String, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>)

Initializes a new instance of the LatencyMetric class.

Properties

ACLower95Ci

Gets the lower end of the 95% confidence interval for endpoint A

AHUpper95Ci

Gets the upper end of the 95% confidence interval for endpoint A

AValue

Gets the metric value of the A endpoint

BCLower95Ci

Gets the lower end of the 95% confidence interval for endpoint B

BUpper95Ci

Gets the upper end of the 95% confidence interval for endpoint B

BValue

Gets the metric value of the B endpoint

Delta

Gets the difference in value between endpoint A and B

DeltaPercent

Gets the percent difference between endpoint A and B

EndDateTimeUtc

Gets the end time of the Latency Scorecard in UTC

Name

Gets the name of the Latency Metric

Applies to