Class SqlPlanInsights
Represents collection of SQL Plan Insights.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class SqlPlanInsightsProperties
Category
Declaration
[Required(ErrorMessage = "Category is required.")]
[JsonProperty(PropertyName = "category")]
public string Category { get; set; }Property Value
| Type | Description | 
|---|---|
| string | SQL Insight category. For example PLANS_USED, MOST_EXECUTED, BEST_PERFORMER, WORST_PERFORMER, MOST_CPU or MOST_IO. | 
Remarks
Required
Text
Declaration
[Required(ErrorMessage = "Text is required.")]
[JsonProperty(PropertyName = "text")]
public string Text { get; set; }Property Value
| Type | Description | 
|---|---|
| string | SQL Plan Insight text.
For example  | 
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public long? Value { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | SQL execution plan hash value for a given insight. For example  | 
Remarks
Required