Table of Contents

Class Memory

Namespace
Quilt4Net.Toolkit.Features.Health
Assembly
Quilt4Net.Toolkit.dll

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

double

AvailableFreeMemoryGb

Available free memmory of the machine, in GB.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? AvailableFreeMemoryGb { get; init; }

Property Value

double?

TotalMemoryGb

Total memory of the machine, in GB.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? TotalMemoryGb { get; init; }

Property Value

double?