LastDetectResponse.UpperMargin Property
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.
Gets or sets upper margin of the latest point. UpperMargin is used to calculate upperBoundary, which equals to expectedValue + (100 - marginScale)*upperMargin. If the value of latest point is between upperBoundary and lowerBoundary, it should be treated as normal value. By adjusting marginScale value, anomaly status of latest point can be changed.
[Newtonsoft.Json.JsonProperty(PropertyName="upperMargin")]
public double UpperMargin { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="upperMargin")>]
member this.UpperMargin : double with get, set
Public Property UpperMargin As Double
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET