Show / Hide Table of Contents

Class AddmDbRecommendationsTimeSeriesSummary

ADDM recommendation

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

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

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

MaxBenefitAvgActiveSessions

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

Maximum estimated benefit in terms of average active sessions

MaxBenefitDbTimeInSecs

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

Maximum estimated benefit in terms of seconds

MaxBenefitPercent

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

Maximum estimated benefit in terms of percentage of total activity

RelatedObject

Declaration
[JsonProperty(PropertyName = "relatedObject")]
public RelatedObjectTypeDetails RelatedObject { get; set; }
Property Value
Type Description
RelatedObjectTypeDetails

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 recommendation was generated

Remarks

Required

Type

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

Type of recommendation

In this article
Back to top