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 Summary
Constructors Constructor Description IndexCapacity()
-
Method Summary
Modifier and Type Method Description CollectionUsage
getCollections()
Gets the collections.DiskUsage
getDiskUsage()
Gets the diskUsage.EnvironmentDocuments
getDocuments()
Gets the documents.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
IndexCapacity
public IndexCapacity()
-
-
Method Details
-
getDocuments
Gets the documents.Summary of the document usage statistics for the environment.
- Returns:
- the documents
-
getDiskUsage
Gets the diskUsage.Summary of the disk usage statistics for the environment.
- Returns:
- the diskUsage
-
getCollections
Gets the collections.Summary of the collection usage in the environment.
- Returns:
- the collections
-