Class GetHeapUsageCommandResponse
Response for GetHeapUsage
public sealed class GetHeapUsageCommandResponse : ICommandResponse<GetHeapUsageCommandSettings>, ICommandResponse
- Inheritance
-
GetHeapUsageCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
TotalSize
Gets or sets the totalSize
[JsonPropertyName("totalSize")]
public double TotalSize { get; set; }
Property Value
UsedSize
Gets or sets the usedSize
[JsonPropertyName("usedSize")]
public double UsedSize { get; set; }