Click or drag to resize

DiskUsage Class

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

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 DiskUsage

The DiskUsage type exposes the following members.

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