Show / Hide Table of Contents

Class SqlTuningAdvisorTaskSummaryReportStatistics

The statistics of the statements and findings in the SQL Tuning Advisor summary report.

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

Properties

FindingBenefits

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

Required

FindingCounts

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

Required

StatementCounts

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

Required

In this article
Back to top