Show / Hide Table of Contents

Class IngestSqlPlanLinesDetails

Collection of SQL Plan Line Entries

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

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<SqlPlanLine> Items { get; set; }
Property Value
Type Description
List<SqlPlanLine>

List of SQL Plan Line Entries.

In this article
Back to top