Show / Hide Table of Contents

Class AddmDbFindingsTimeSeriesSummary

ADDM findings time series data

Inheritance
object
AddmDbFindingsTimeSeriesSummary
Inherited Members
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 AddmDbFindingsTimeSeriesSummary

Properties

AnalysisAvgActiveSessions

Declaration
[JsonProperty(PropertyName = "analysisAvgActiveSessions")]
public double AnalysisAvgActiveSessions { get; set; }
Property Value
Type Description
double

DB avg active sessions for the snapshot

AnalysisDbTimeInSecs

Declaration
[JsonProperty(PropertyName = "analysisDbTimeInSecs")]
public double AnalysisDbTimeInSecs { get; set; }
Property Value
Type Description
double

DB time in seconds for the snapshot

CategoryDisplayName

Declaration
[Required(ErrorMessage = "CategoryDisplayName is required.")]
[JsonProperty(PropertyName = "categoryDisplayName")]
public string CategoryDisplayName { get; set; }
Property Value
Type Description
string

Category display name

Remarks

Required

CategoryName

Declaration
[Required(ErrorMessage = "CategoryName is required.")]
[JsonProperty(PropertyName = "categoryName")]
public string CategoryName { get; set; }
Property Value
Type Description
string

Category name

Remarks

Required

FindingId

Declaration
[Required(ErrorMessage = "FindingId is required.")]
[JsonProperty(PropertyName = "findingId")]
public string FindingId { get; set; }
Property Value
Type Description
string

Unique finding id

Remarks

Required

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The OCID of the Database insight.

Remarks

Required

ImpactAvgActiveSessions

Declaration
[Required(ErrorMessage = "ImpactAvgActiveSessions is required.")]
[JsonProperty(PropertyName = "impactAvgActiveSessions")]
public double ImpactAvgActiveSessions { get; set; }
Property Value
Type Description
double

Impact in terms of average active sessions

Remarks

Required

ImpactDbTimeInSecs

Declaration
[JsonProperty(PropertyName = "impactDbTimeInSecs")]
public double ImpactDbTimeInSecs { get; set; }
Property Value
Type Description
double

Impact in seconds

ImpactPercent

Declaration
[Required(ErrorMessage = "ImpactPercent is required.")]
[JsonProperty(PropertyName = "impactPercent")]
public double ImpactPercent { get; set; }
Property Value
Type Description
double

Impact in terms of percentage of total activity

Remarks

Required

Message

Declaration
[Required(ErrorMessage = "Message is required.")]
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }
Property Value
Type Description
string

Finding message

Remarks

Required

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Finding name

Remarks

Required

TaskId

Declaration
[Required(ErrorMessage = "TaskId is required.")]
[JsonProperty(PropertyName = "taskId")]
public int? TaskId { get; set; }
Property Value
Type Description
int?

Unique ADDM task id

Remarks

Required

TaskName

Declaration
[Required(ErrorMessage = "TaskName is required.")]
[JsonProperty(PropertyName = "taskName")]
public string TaskName { get; set; }
Property Value
Type Description
string

ADDM task name

Remarks

Required

TimeAnalysisEnded

Declaration
[JsonProperty(PropertyName = "timeAnalysisEnded")]
public DateTime? TimeAnalysisEnded { get; set; }
Property Value
Type Description
DateTime?

End Timestamp of snapshot

TimeAnalysisStarted

Declaration
[JsonProperty(PropertyName = "timeAnalysisStarted")]
public DateTime? TimeAnalysisStarted { get; set; }
Property Value
Type Description
DateTime?

Start Timestamp of snapshot

Timestamp

Declaration
[Required(ErrorMessage = "Timestamp is required.")]
[JsonProperty(PropertyName = "timestamp")]
public DateTime? Timestamp { get; set; }
Property Value
Type Description
DateTime?

Timestamp when finding was generated

Remarks

Required

In this article
Back to top