Show / Hide Table of Contents

Class Recommendation

The details of the Optimizer Statistics Advisor findings and recommendations.

Inheritance
object
Recommendation
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 Recommendation

Properties

Example

Declaration
[JsonProperty(PropertyName = "example")]
public RecommendationExample Example { get; set; }
Property Value
Type Description
RecommendationExample

Message

Declaration
[Required(ErrorMessage = "Message is required.")]
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }
Property Value
Type Description
string

An overview of the Optimizer Statistics Advisor recommendation.

Remarks

Required

Rationales

Declaration
[JsonProperty(PropertyName = "rationales")]
public List<RecommendationRationale> Rationales { get; set; }
Property Value
Type Description
List<RecommendationRationale>

The rationale of the recommendation.

In this article
Back to top