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