AnomalyIncident.ExpectedValueOfRootNode 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.
The expected value of the data point at the root node of this incident, according to the
service's smart detector. The root node is defined as the data point at the root of this
incident's root-cause analysis tree. null
if the quantity of historical points is not
enough to make a prediction, or if the anomaly was not detected by a SmartDetectionCondition.
public double? ExpectedValueOfRootNode { get; }
member this.ExpectedValueOfRootNode : Nullable<double>
Public ReadOnly Property ExpectedValueOfRootNode As Nullable(Of Double)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET