Class AwrDbWaitEventSummary
The summary of the AWR wait event time series data for one event.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class AwrDbWaitEventSummary
Properties
AvgWaitTimePerSec
Declaration
[JsonProperty(PropertyName = "avgWaitTimePerSec")]
public double AvgWaitTimePerSec { get; set; }
Property Value
Type | Description |
---|---|
double | The average wait time per second. |
AvgWaitTimePerWait
Declaration
[JsonProperty(PropertyName = "avgWaitTimePerWait")]
public double AvgWaitTimePerWait { get; set; }
Property Value
Type | Description |
---|---|
double | The average wait time in milliseconds per wait. |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the event. |
Remarks
Required
SnapshotId
Declaration
[JsonProperty(PropertyName = "snapshotId")]
public int? SnapshotId { get; set; }
Property Value
Type | Description |
---|---|
int? | The ID of the snapshot. The snapshot ID is not the OCID. It can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbSnapshots |
TimeBegin
Declaration
[JsonProperty(PropertyName = "timeBegin")]
public DateTime? TimeBegin { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The begin time of the wait event. |
TimeEnd
Declaration
[JsonProperty(PropertyName = "timeEnd")]
public DateTime? TimeEnd { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The end time of the wait event. |
WaitsPerSec
Declaration
[JsonProperty(PropertyName = "waitsPerSec")]
public double WaitsPerSec { get; set; }
Property Value
Type | Description |
---|---|
double | The wait count per second. |