Show / Hide Table of Contents

Class AwrDatabaseCollection

The result of AWR query.

Inheritance
object
AwrQueryResult
AwrDatabaseCollection
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 AwrDatabaseCollection : AwrQueryResult

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<AwrDatabaseSummary> Items { get; set; }
Property Value
Type Description
List<AwrDatabaseSummary>

A list of AWR summary data.

In this article
Back to top