Show / Hide Table of Contents

Class AwrDatabaseParameterCollection

The AWR database parameter data.

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

Properties

Items

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

A list of AWR database parameter summary data.

In this article
Back to top