Class PartitionInformationSizes

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

public class PartitionInformationSizes extends GenericModel
The size of active and external data, in bytes.
  • 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