Show / Hide Table of Contents

Class StatementsAggregateMetrics

The queued and running statement metrics for Autonomous Databases.

Inheritance
object
StatementsAggregateMetrics
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class StatementsAggregateMetrics

Properties

QueuedStatements

Declaration
[JsonProperty(PropertyName = "queuedStatements")]
public MetricDataPoint QueuedStatements { get; set; }
Property Value
Type Description
MetricDataPoint

RunningStatements

Declaration
[JsonProperty(PropertyName = "runningStatements")]
public MetricDataPoint RunningStatements { get; set; }
Property Value
Type Description
MetricDataPoint
In this article
Back to top