Package com.ibm.cloud.cloudant.v1.model
Class PartitionInformationSizes
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.PartitionInformationSizes
- All Implemented Interfaces:
 ObjectModel
The size of active and external data, in bytes.
- 
Method Summary
Modifier and TypeMethodDescriptionGets the active.Gets the external.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
getActive
Gets the active. The size of live data inside the database, in bytes.- Returns:
 - the active
 
 - 
getExternal
Gets the external. The uncompressed size of database contents in bytes.- Returns:
 - the external
 
 
 -