Class OptimizerStatisticsAdvisorExecutionReport
A report that includes the rules, findings, recommendations, and actions discovered during the execution of the Optimizer Statistics Advisor.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class OptimizerStatisticsAdvisorExecutionReport
Properties
Rules
Declaration
[Required(ErrorMessage = "Rules is required.")]
[JsonProperty(PropertyName = "rules")]
public List<AdvisorRule> Rules { get; set; }
Property Value
Type | Description |
---|---|
List<AdvisorRule> | The list of rules that were not adhered to by the Optimizer Statistics Collection. |
Remarks
Required
Summary
Declaration
[Required(ErrorMessage = "Summary is required.")]
[JsonProperty(PropertyName = "summary")]
public string Summary { get; set; }
Property Value
Type | Description |
---|---|
string | A summary of the Optimizer Statistics Advisor execution. |
Remarks
Required