Click or drag to resize

MemoryUsage Class

Summary of memory-usage statistics for the environment.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1MemoryUsage

Namespace:  IBM.Watson.DeveloperCloud.Services.Discovery.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class MemoryUsage

The MemoryUsage type exposes the following members.

Constructors
  NameDescription
Public methodMemoryUsage
Initializes a new instance of the MemoryUsage class
Top
Properties
  NameDescription
Public propertypercent_used
Percentage of the environment's memory capacity that is being used.
Public propertytotal
Total amount of the environment's memory capacity, in KB or GB format.
Public propertytotal_bytes
Total number of bytes available in the environment's memory capacity.
Public propertyused
Amount of memory capacity used, in KB or GB format.
Public propertyused_bytes
Number of bytes used in the environment's memory capacity.
Top
See Also