Table of Contents

Class RunMetadata

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

Properties

ArtifactRoot

public string ArtifactRoot { get; init; }

Property Value

string

DurationMs

public double DurationMs { get; init; }

Property Value

double

EndedAt

public DateTimeOffset EndedAt { get; init; }

Property Value

DateTimeOffset

Environment

public string? Environment { get; init; }

Property Value

string

Profile

public string Profile { get; init; }

Property Value

string

ProjectName

public string ProjectName { get; init; }

Property Value

string

RunId

public string RunId { get; init; }

Property Value

string

StartedAt

public DateTimeOffset StartedAt { get; init; }

Property Value

DateTimeOffset