Show / Hide Table of Contents

Class MemoryAggregateMetrics

The memory aggregate metric details.

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

Properties

MemoryUsage

Declaration
[JsonProperty(PropertyName = "memoryUsage")]
public List<MetricDataPoint> MemoryUsage { get; set; }
Property Value
Type Description
List<MetricDataPoint>

The Memory Usage metrics grouped by memorypool for a specific Managed Database.

In this article
Back to top