SqlTuningAdvisorTaskSummaryReport

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

Bases: object

The content of the SQL Tuning Advisor summary report.

Methods

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

Attributes

index_findings Gets the index_findings of this SqlTuningAdvisorTaskSummaryReport.
object_stat_findings Gets the object_stat_findings of this SqlTuningAdvisorTaskSummaryReport.
statistics [Required] Gets the statistics of this SqlTuningAdvisorTaskSummaryReport.
task_info [Required] Gets the task_info of this SqlTuningAdvisorTaskSummaryReport.
__init__(**kwargs)

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

Parameters:
index_findings

Gets the index_findings of this SqlTuningAdvisorTaskSummaryReport. The list of object findings related to indexes.

Returns:The index_findings of this SqlTuningAdvisorTaskSummaryReport.
Return type:list[oci.database_management.models.SqlTuningAdvisorTaskSummaryReportIndexFindingSummary]
object_stat_findings

Gets the object_stat_findings of this SqlTuningAdvisorTaskSummaryReport. The list of object findings related to statistics.

Returns:The object_stat_findings of this SqlTuningAdvisorTaskSummaryReport.
Return type:list[oci.database_management.models.SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary]
statistics

[Required] Gets the statistics of this SqlTuningAdvisorTaskSummaryReport.

Returns:The statistics of this SqlTuningAdvisorTaskSummaryReport.
Return type:oci.database_management.models.SqlTuningAdvisorTaskSummaryReportStatistics
task_info

[Required] Gets the task_info of this SqlTuningAdvisorTaskSummaryReport.

Returns:The task_info of this SqlTuningAdvisorTaskSummaryReport.
Return type:oci.database_management.models.SqlTuningAdvisorTaskSummaryReportTaskInfo