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