Table of Contents

Class StorageDevice

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

Properties

AvailableSizeGb

public required double AvailableSizeGb { get; init; }

Property Value

double

FileSystem

public string? FileSystem { get; init; }

Property Value

string

IsReadOnly

public required bool IsReadOnly { get; init; }

Property Value

bool

MountPoint

public required string MountPoint { get; init; }

Property Value

string

Name

public required string Name { get; init; }

Property Value

string

TotalSizeGb

public required double TotalSizeGb { get; init; }

Property Value

double

Type

public required StorageDeviceType Type { get; init; }

Property Value

StorageDeviceType