LastDetectResponse.IsNegativeAnomaly Property

Definition

Gets or sets anomaly status in negative direction of the latest point. True means the latest point is an anomaly and its real value is smaller than the expected one.

[Newtonsoft.Json.JsonProperty(PropertyName="isNegativeAnomaly")]
public bool IsNegativeAnomaly { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isNegativeAnomaly")>]
member this.IsNegativeAnomaly : bool with get, set
Public Property IsNegativeAnomaly As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to