Show / Hide Table of Contents

Class TopSqlCpuActivity

A list of SQL IDs with most CPU activity.

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

Properties

Activity

Declaration
[Required(ErrorMessage = "Activity is required.")]
[JsonProperty(PropertyName = "activity")]
public List<SqlCpuActivity> Activity { get; set; }
Property Value
Type Description
List<SqlCpuActivity>

A list of sql CPU activity.

Remarks

Required

In this article
Back to top