Show / Hide Table of Contents

Class SqlCpuActivity

The SQL CPU activity from the Exadata storage server.

Inheritance
object
SqlCpuActivity
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 SqlCpuActivity

Properties

CpuActivity

Declaration
[JsonProperty(PropertyName = "cpuActivity")]
public float? CpuActivity { get; set; }
Property Value
Type Description
float?

The CPU activity percentage.

DatabaseName

Declaration
[JsonProperty(PropertyName = "databaseName")]
public string DatabaseName { get; set; }
Property Value
Type Description
string

The database name.

SqlId

Declaration
[JsonProperty(PropertyName = "sqlId")]
public string SqlId { get; set; }
Property Value
Type Description
string

The SQL ID.

In this article
Back to top