Show / Hide Table of Contents

Class ActivityTimeSeriesMetrics

The response object representing activityMetric details for a specific Managed Database at a particular time.

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

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

Timestamp

Declaration
[JsonProperty(PropertyName = "timestamp")]
public DateTime? Timestamp { get; set; }
Property Value
Type Description
DateTime?

The date and time the activity metric was created.

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