Class StorageDevice
- Namespace
- Quilt4Net.Toolkit.Features.Health.Metrics.Storage
- Assembly
- Quilt4Net.Toolkit.dll
public record StorageDevice : IEquatable<StorageDevice>
- Inheritance
-
StorageDevice
- Implements
-
- Inherited Members
-
Properties
public required double AvailableSizeGb { get; init; }
Property Value
- double
public string? FileSystem { get; init; }
Property Value
- string
public required bool IsReadOnly { get; init; }
Property Value
- bool
public required string MountPoint { get; init; }
Property Value
- string
public required string Name { get; init; }
Property Value
- string
public required double TotalSizeGb { get; init; }
Property Value
- double
public required StorageDeviceType Type { get; init; }
Property Value
- StorageDeviceType