Show / Hide Table of Contents

Class OptimizerStatisticsAdvisorExecutionReport

A report that includes the rules, findings, recommendations, and actions discovered during the execution of the Optimizer Statistics Advisor.

Inheritance
object
OptimizerStatisticsAdvisorExecutionReport
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top