Class Recommendation
The details of the Optimizer Statistics Advisor findings and recommendations.
Inherited Members
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. |