Class IndexCapacity

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.IndexCapacity
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class IndexCapacity
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Details about the resource usage and capacity of the environment.
  • Constructor Details

    • IndexCapacity

      public IndexCapacity()
  • Method Details

    • getDocuments

      public EnvironmentDocuments getDocuments()
      Gets the documents.

      Summary of the document usage statistics for the environment.

      Returns:
      the documents
    • getDiskUsage

      public DiskUsage getDiskUsage()
      Gets the diskUsage.

      Summary of the disk usage statistics for the environment.

      Returns:
      the diskUsage
    • getCollections

      public CollectionUsage getCollections()
      Gets the collections.

      Summary of the collection usage in the environment.

      Returns:
      the collections