Show / Hide Table of Contents

Class AwrDatabaseMetricCollection

The AWR metrics time series summary data.

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

Properties

Items

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

A list of AWR metric summary data.

In this article
Back to top