Show / Hide Table of Contents

Class AddmDbSummary

ADDM summary for a database

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

Properties

DatabaseDetails

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

Required

MaxOverallImpact

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

Maximum overall impact in terms of percentage of total activity

MostFrequentCategoryDisplayName

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

Category display name

MostFrequentCategoryName

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

Category name

NumberOfAddmTasks

Declaration
[JsonProperty(PropertyName = "numberOfAddmTasks")]
public int? NumberOfAddmTasks { get; set; }
Property Value
Type Description
int?

Number of ADDM tasks

NumberOfFindings

Declaration
[JsonProperty(PropertyName = "numberOfFindings")]
public int? NumberOfFindings { get; set; }
Property Value
Type Description
int?

Number of ADDM findings

SnapshotIntervalEnd

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

AWR snapshot id.

SnapshotIntervalStart

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

AWR snapshot id.

TimeFirstSnapshotBegin

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

The start timestamp that was passed into the request.

TimeLatestSnapshotEnd

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

The end timestamp that was passed into the request.

In this article
Back to top