Class AwrDbTopWaitEventCollection
The AWR top wait event data.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class AwrDbTopWaitEventCollection : AwrQueryResult
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<AwrDbTopWaitEventSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<AwrDbTopWaitEventSummary> | A list of AWR top event summary data. |