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

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CollectionDiskUsage

      public CollectionDiskUsage()
  • Method Details

    • getUsedBytes

      public Long getUsedBytes()
      Gets the usedBytes.

      Number of bytes used by the collection.

      Returns:
      the usedBytes