SqlTuningAdvisorTaskSummaryReportStatistics¶
-
class
oci.database_management.models.SqlTuningAdvisorTaskSummaryReportStatistics(**kwargs)¶ Bases:
objectThe 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: - statement_counts (oci.database_management.models.SqlTuningAdvisorTaskSummaryReportStatementCounts) – The value to assign to the statement_counts property of this SqlTuningAdvisorTaskSummaryReportStatistics.
- finding_counts (oci.database_management.models.SqlTuningAdvisorTaskSummaryFindingCounts) – The value to assign to the finding_counts property of this SqlTuningAdvisorTaskSummaryReportStatistics.
- finding_benefits (oci.database_management.models.SqlTuningAdvisorTaskSummaryFindingBenefits) – The value to assign to the finding_benefits property of this SqlTuningAdvisorTaskSummaryReportStatistics.
-
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
-