Class SandboxExecutionResult
- Namespace
- DotBoxD.Kernels
- Assembly
- DotBoxD.Kernels.dll
public sealed record SandboxExecutionResult : IEquatable<SandboxExecutionResult>
- Inheritance
-
SandboxExecutionResult
- Implements
-
- Inherited Members
-
Properties
ActualMode
public ExecutionMode ActualMode { get; init; }
Property Value
- ExecutionMode
ArtifactHash
public string? ArtifactHash { get; init; }
Property Value
- string
AuditEvents
public required IReadOnlyList<SandboxAuditEvent> AuditEvents { get; init; }
Property Value
- IReadOnlyList<SandboxAuditEvent>
Error
public SandboxError? Error { get; init; }
Property Value
- SandboxError
ExecutionDispatched
public bool ExecutionDispatched { get; init; }
Property Value
- bool
ModuleHash
public required string ModuleHash { get; init; }
Property Value
- string
PlanHash
public required string PlanHash { get; init; }
Property Value
- string
PolicyHash
public required string PolicyHash { get; init; }
Property Value
- string
ResourceUsage
public required SandboxResourceUsage ResourceUsage { get; init; }
Property Value
- SandboxResourceUsage
Succeeded
public bool Succeeded { get; init; }
Property Value
- bool
Value
public SandboxValue? Value { get; init; }
Property Value
- SandboxValue