Class AwrDbWaitEventBucketCollection
The percentage distribution of waits in the AWR wait event buckets.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class AwrDbWaitEventBucketCollection : AwrQueryResult
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<AwrDbWaitEventBucketSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<AwrDbWaitEventBucketSummary> | 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. |