Class IngestSqlPlanLinesDetails
Collection of SQL Plan Line Entries
Inherited Members
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. |