Table of Contents

Class MachineLifecycle

Namespace
Quilt4Net.Toolkit.Features.Health.Metrics.Machine
Assembly
Quilt4Net.Toolkit.dll
public record MachineLifecycle : IEquatable<MachineLifecycle>
Inheritance
MachineLifecycle
Implements
Inherited Members

Properties

BootTime

public required DateTime BootTime { get; init; }

Property Value

DateTime

Uptime

public required TimeSpan Uptime { get; init; }

Property Value

TimeSpan