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