Show / Hide Table of Contents

Class AnomalyMetricData

Anomaly Metric Details

Inheritance
object
AnomalyMetricData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class AnomalyMetricData

Properties

DataPoints

Declaration
[Required(ErrorMessage = "DataPoints is required.")]
[JsonProperty(PropertyName = "dataPoints")]
public List<AnomalyDataPoint> DataPoints { get; set; }
Property Value
Type Description
List<AnomalyDataPoint>

list of anomaly data points for the metric

Remarks

Required

Dimensions

Declaration
[JsonProperty(PropertyName = "dimensions")]
public Dictionary<string, string> Dimensions { get; set; }
Property Value
Type Description
Dictionary<string, string>

list of dimensions for the metric

In this article
Back to top