Class GetHeapUsageCommandResponse
Response for GetHeapUsage
public sealed class GetHeapUsageCommandResponse : ICommandResponse<GetHeapUsageCommandSettings>, ICommandResponse
- Inheritance
-
GetHeapUsageCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
BackingStorageSize
Gets or sets the backingStorageSize
[JsonPropertyName("backingStorageSize")]
public double BackingStorageSize { get; set; }
Property Value
EmbedderHeapUsedSize
Gets or sets the embedderHeapUsedSize
[JsonPropertyName("embedderHeapUsedSize")]
public double EmbedderHeapUsedSize { get; set; }
Property Value
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; }