SqlTuningAdvisorTaskSummaryReportStatistics

class oci.database_management.models.SqlTuningAdvisorTaskSummaryReportStatistics(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new SqlTuningAdvisorTaskSummaryReportStatistics object with values from keyword arguments.

Attributes

finding_benefits [Required] Gets the finding_benefits of this SqlTuningAdvisorTaskSummaryReportStatistics.
finding_counts [Required] Gets the finding_counts of this SqlTuningAdvisorTaskSummaryReportStatistics.
statement_counts [Required] Gets the statement_counts of this SqlTuningAdvisorTaskSummaryReportStatistics.
__init__(**kwargs)

Initializes a new SqlTuningAdvisorTaskSummaryReportStatistics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
finding_benefits

[Required] Gets the finding_benefits of this SqlTuningAdvisorTaskSummaryReportStatistics.

Returns:The finding_benefits of this SqlTuningAdvisorTaskSummaryReportStatistics.
Return type:oci.database_management.models.SqlTuningAdvisorTaskSummaryFindingBenefits
finding_counts

[Required] Gets the finding_counts of this SqlTuningAdvisorTaskSummaryReportStatistics.

Returns:The finding_counts of this SqlTuningAdvisorTaskSummaryReportStatistics.
Return type:oci.database_management.models.SqlTuningAdvisorTaskSummaryFindingCounts
statement_counts

[Required] Gets the statement_counts of this SqlTuningAdvisorTaskSummaryReportStatistics.

Returns:The statement_counts of this SqlTuningAdvisorTaskSummaryReportStatistics.
Return type:oci.database_management.models.SqlTuningAdvisorTaskSummaryReportStatementCounts