Package com.ibm.cloud.cloudant.v1.model
Class ContentInformationSizes
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.ContentInformationSizes
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ContentInformationSizes extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for size information of content.
-
-
Constructor Summary
Constructors Constructor Description ContentInformationSizes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getActive()
Gets the active.Long
getExternal()
Gets the external.Long
getFile()
Gets the file.
-
-
-
Method Detail
-
getActive
public Long getActive()
Gets the active. The active size of the content, in bytes.- Returns:
- the active
-
getExternal
public Long getExternal()
Gets the external. The total uncompressed size of the content, in bytes.- Returns:
- the external
-
getFile
public Long getFile()
Gets the file. The total size of the content as stored on disk, in bytes.- Returns:
- the file
-
-