Class MetricExtensionMetricAggregationCollection
Count of metrics and other properties of metric extensions filtered by given criteria.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class MetricExtensionMetricAggregationCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MetricExtensionsMetricAggregation> Items { get; set; }
Property Value
Type | Description |
---|---|
List<MetricExtensionsMetricAggregation> | The count related to metricName , compartmentId, metricExtensionId and resourceType. |
Remarks
Required