Class CollectionDiskUsage
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.CollectionDiskUsage
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CollectionDiskUsage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Summary of the disk usage statistics for this collection.
-
Constructor Summary
Constructors Constructor Description CollectionDiskUsage()
-
Method Summary
Modifier and Type Method Description Long
getUsedBytes()
Gets the usedBytes.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
CollectionDiskUsage
public CollectionDiskUsage()
-
-
Method Details
-
getUsedBytes
Gets the usedBytes.Number of bytes used by the collection.
- Returns:
- the usedBytes
-