Class PartitionInformationSizes

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.PartitionInformationSizes
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class PartitionInformationSizes extends com.ibm.cloud.sdk.core.service.model.GenericModel
The size of active and external data, in bytes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the active.
    Gets the external.

    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
  • Method Details

    • getActive

      public Long getActive()
      Gets the active. The size of live data inside the database, in bytes.
      Returns:
      the active
    • getExternal

      public Long getExternal()
      Gets the external. The uncompressed size of database contents in bytes.
      Returns:
      the external