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