Show / Hide Table of Contents

Class AwrDatabaseSysstatCollection

The AWR SYSSTAT time series summary data.

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

Properties

Items

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

A list of AWR SYSSTAT summary data.

In this article
Back to top