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