Class DatabaseTimeAggregateMetrics
  The database time metric details.
    Inheritance
    
    DatabaseTimeAggregateMetrics
   
  
  
  Assembly: OCI.DotNetSDK.Databasemanagement.dll
  Syntax
  
    public class DatabaseTimeAggregateMetrics
   
  Properties
  
  Cluster
  
  
  Declaration
  
    [JsonProperty(PropertyName = "cluster")]
public MetricDataPoint Cluster { get; set; }
   
  Property Value
  
  
  CpuCount
  
  
  Declaration
  
    [JsonProperty(PropertyName = "cpuCount")]
public MetricDataPoint CpuCount { get; set; }
   
  Property Value
  
  
  CpuTime
  
  
  Declaration
  
    [JsonProperty(PropertyName = "cpuTime")]
public MetricDataPoint CpuTime { get; set; }
   
  Property Value
  
  
  UserIoTime
  
  
  Declaration
  
    [JsonProperty(PropertyName = "userIoTime")]
public MetricDataPoint UserIoTime { get; set; }
   
  Property Value
  
  
  WaitTime
  
  
  Declaration
  
    [JsonProperty(PropertyName = "waitTime")]
public MetricDataPoint WaitTime { get; set; }
   
  Property Value