你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LatencyMetric Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |