Show / Hide Table of Contents

Class SqlPlanSummary

SQL Plan details

Inheritance
object
SqlPlanSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class SqlPlanSummary

Properties

PlanContent

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

Plan XML Content

Remarks

Required

PlanHash

Declaration
[Required(ErrorMessage = "PlanHash is required.")]
[JsonProperty(PropertyName = "planHash")]
public long? PlanHash { get; set; }
Property Value
Type Description
long?

Plan hash value for the SQL Execution Plan

Remarks

Required

In this article
Back to top