Class RunMetadata
- Namespace
- Cress.Core.Models
- Assembly
- Cress.Core.dll
public record RunMetadata : IEquatable<RunMetadata>
- Inheritance
-
RunMetadata
- Implements
-
- Inherited Members
-
Properties
public string ArtifactRoot { get; init; }
Property Value
- string
public double DurationMs { get; init; }
Property Value
- double
public DateTimeOffset EndedAt { get; init; }
Property Value
- DateTimeOffset
public string? Environment { get; init; }
Property Value
- string
public string Profile { get; init; }
Property Value
- string
public string ProjectName { get; init; }
Property Value
- string
public string RunId { get; init; }
Property Value
- string
public DateTimeOffset StartedAt { get; init; }
Property Value
- DateTimeOffset