Table of Contents

Class PlanCollection

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
public record PlanCollection : IEquatable<PlanCollection>
Inheritance
PlanCollection
Implements
Inherited Members

Properties

Diagnostics

public IReadOnlyList<Diagnostic> Diagnostics { get; init; }

Property Value

IReadOnlyList<Diagnostic>

Plans

public List<ExecutionPlan> Plans { get; init; }

Property Value

List<ExecutionPlan>

Success

public bool Success { get; }

Property Value

bool