Class AnomalyMetricData
Anomaly Metric Details
Inherited Members
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 |