Show / Hide Table of Contents

Class AwrDatabaseWaitEventBucketCollection

The percentage distribution of waits in the AWR wait event buckets.

Inheritance
object
AwrQueryResult
AwrDatabaseWaitEventBucketCollection
Inherited Members
AwrQueryResult.Name
AwrQueryResult.Version
AwrQueryResult.DbQueryTimeInSecs
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 AwrDatabaseWaitEventBucketCollection : AwrQueryResult

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<AwrDatabaseWaitEventBucketSummary> Items { get; set; }
Property Value
Type Description
List<AwrDatabaseWaitEventBucketSummary>

A list of AWR wait event buckets.

TotalWaits

Declaration
[JsonProperty(PropertyName = "totalWaits")]
public long? TotalWaits { get; set; }
Property Value
Type Description
long?

The total waits of the database.

In this article
Back to top