Show / Hide Table of Contents

Class AwrDatabaseSnapshotCollection

The list of AWR snapshots for one database.

Inheritance
object
AwrQueryResult
AwrDatabaseSnapshotCollection
Inherited Members
AwrQueryResult.Name
AwrQueryResult.Version
AwrQueryResult.DbQueryTimeInSecs
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top