Show / Hide Table of Contents

Class AwrDatabaseTopWaitEventSummary

A summary of the AWR top wait event data for one event.

Inheritance
object
AwrDatabaseTopWaitEventSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class AwrDatabaseTopWaitEventSummary

Properties

AvgWaitTimePerSec

Declaration
[JsonProperty(PropertyName = "avgWaitTimePerSec")]
public double AvgWaitTimePerSec { get; set; }
Property Value
Type Description
double

The average wait time per second.

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

WaitsPerSec

Declaration
[JsonProperty(PropertyName = "waitsPerSec")]
public double WaitsPerSec { get; set; }
Property Value
Type Description
double

The wait count per second.

In this article
Back to top