LastDetectResponse.IsPositiveAnomaly Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to