Class Memory
Memory information
public record Memory : IEquatable<Memory>
- Inheritance
-
Memory
- Implements
- Inherited Members
Properties
ApplicationMemoryUsageGb
Memory usage of the application, in GB.
public required double ApplicationMemoryUsageGb { get; init; }
Property Value
AvailableFreeMemoryGb
Available free memmory of the machine, in GB.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? AvailableFreeMemoryGb { get; init; }
Property Value
TotalMemoryGb
Total memory of the machine, in GB.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? TotalMemoryGb { get; init; }