Class ActivityTimeSeriesMetrics
The response object representing activityMetric details for a specific Managed Database at a particular time.
Inheritance
ActivityTimeSeriesMetrics
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class ActivityTimeSeriesMetrics
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
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
WaitTime
Declaration
[JsonProperty(PropertyName = "waitTime")]
public MetricDataPoint WaitTime { get; set; }
Property Value