MemoryUsage Class |
Namespace: IBM.Watson.DeveloperCloud.Services.Discovery.v1
public class MemoryUsage
The MemoryUsage type exposes the following members.
| Name | Description | |
|---|---|---|
| MemoryUsage | Initializes a new instance of the MemoryUsage class |
| Name | Description | |
|---|---|---|
| percent_used |
Percentage of the environment's memory capacity that is being used.
| |
| total |
Total amount of the environment's memory capacity, in KB or GB format.
| |
| total_bytes |
Total number of bytes available in the environment's memory capacity.
| |
| used |
Amount of memory capacity used, in KB or GB format.
| |
| used_bytes |
Number of bytes used in the environment's memory capacity.
|