OptimizerStatisticsAdvisorExecutionReport¶
-
class
oci.database_management.models.
OptimizerStatisticsAdvisorExecutionReport
(**kwargs)¶ Bases:
object
A report that includes the rules, findings, recommendations, and actions discovered during the execution of the Optimizer Statistics Advisor.
Methods
__init__
(**kwargs)Initializes a new OptimizerStatisticsAdvisorExecutionReport object with values from keyword arguments. Attributes
rules
[Required] Gets the rules of this OptimizerStatisticsAdvisorExecutionReport. summary
[Required] Gets the summary of this OptimizerStatisticsAdvisorExecutionReport. -
__init__
(**kwargs)¶ Initializes a new OptimizerStatisticsAdvisorExecutionReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - summary (str) – The value to assign to the summary property of this OptimizerStatisticsAdvisorExecutionReport.
- rules (list[oci.database_management.models.AdvisorRule]) – The value to assign to the rules property of this OptimizerStatisticsAdvisorExecutionReport.
-
rules
¶ [Required] Gets the rules of this OptimizerStatisticsAdvisorExecutionReport. The list of rules that were not adhered to by the Optimizer Statistics Collection.
Returns: The rules of this OptimizerStatisticsAdvisorExecutionReport. Return type: list[oci.database_management.models.AdvisorRule]
-
summary
¶ [Required] Gets the summary of this OptimizerStatisticsAdvisorExecutionReport. A summary of the Optimizer Statistics Advisor execution.
Returns: The summary of this OptimizerStatisticsAdvisorExecutionReport. Return type: str
-