Class AwrDatabaseWaitEventBucketCollection
The percentage distribution of waits in the AWR wait event buckets.
Inherited Members
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. |