public class IndexCapacity
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected CollectionUsage |
collections |
protected DiskUsage |
diskUsage |
protected EnvironmentDocuments |
documents |
Constructor and Description |
---|
IndexCapacity() |
Modifier and Type | Method and Description |
---|---|
CollectionUsage |
getCollections()
Gets the collections.
|
DiskUsage |
getDiskUsage()
Gets the diskUsage.
|
EnvironmentDocuments |
getDocuments()
Gets the documents.
|
protected EnvironmentDocuments documents
@SerializedName(value="disk_usage") protected DiskUsage diskUsage
protected CollectionUsage collections
public EnvironmentDocuments getDocuments()
Summary of the document usage statistics for the environment.
public DiskUsage getDiskUsage()
Summary of the disk usage statistics for the environment.
public CollectionUsage getCollections()
Summary of the collection usage in the environment.