Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.Discovery.v1.DiskUsage Class Reference

Summary of disk-usage statistics for the environment. More...

Properties

long used_bytes [get, set]
 Number of bytes used on the environment's disk capacity. More...
 
long total_bytes [get, set]
 Total number of bytes available in the environment's disk capacity. More...
 
string used [get, set]
 Amount of disk capacity used, in KB or GB format. More...
 
string total [get, set]
 Total amount of the environment's disk capacity, in KB or GB format. More...
 
double percent_used [get, set]
 Percentage of the environment's disk capacity that is being used. More...
 

Detailed Description

Summary of disk-usage statistics for the environment.

Property Documentation

double IBM.Watson.DeveloperCloud.Services.Discovery.v1.DiskUsage.percent_used
getset

Percentage of the environment's disk capacity that is being used.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.DiskUsage.total
getset

Total amount of the environment's disk capacity, in KB or GB format.

long IBM.Watson.DeveloperCloud.Services.Discovery.v1.DiskUsage.total_bytes
getset

Total number of bytes available in the environment's disk capacity.

string IBM.Watson.DeveloperCloud.Services.Discovery.v1.DiskUsage.used
getset

Amount of disk capacity used, in KB or GB format.

long IBM.Watson.DeveloperCloud.Services.Discovery.v1.DiskUsage.used_bytes
getset

Number of bytes used on the environment's disk capacity.


The documentation for this class was generated from the following file: