Show / Hide Table of Contents

Class DatabaseTimeAggregateMetrics

The database time metric details.

Inheritance
object
DatabaseTimeAggregateMetrics
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 DatabaseTimeAggregateMetrics

Properties

Cluster

Declaration
[JsonProperty(PropertyName = "cluster")]
public MetricDataPoint Cluster { get; set; }
Property Value
Type Description
MetricDataPoint

CpuCount

Declaration
[JsonProperty(PropertyName = "cpuCount")]
public MetricDataPoint CpuCount { get; set; }
Property Value
Type Description
MetricDataPoint

CpuTime

Declaration
[JsonProperty(PropertyName = "cpuTime")]
public MetricDataPoint CpuTime { get; set; }
Property Value
Type Description
MetricDataPoint

UserIoTime

Declaration
[JsonProperty(PropertyName = "userIoTime")]
public MetricDataPoint UserIoTime { get; set; }
Property Value
Type Description
MetricDataPoint

WaitTime

Declaration
[JsonProperty(PropertyName = "waitTime")]
public MetricDataPoint WaitTime { get; set; }
Property Value
Type Description
MetricDataPoint
In this article
Back to top