Package com.ibm.cloud.cloudant.v1.model
Class GeoIndexStats
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.GeoIndexStats
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GeoIndexStats extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for geospatial index statistics.
-
-
Constructor Summary
Constructors Constructor Description GeoIndexStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getDataSize()
Gets the dataSize.Long
getDiskSize()
Gets the diskSize.Long
getDocCount()
Gets the docCount.
-
-
-
Method Detail
-
getDataSize
public Long getDataSize()
Gets the dataSize. The size of the geospatial index, in bytes.- Returns:
- the dataSize
-
getDiskSize
public Long getDiskSize()
Gets the diskSize. The size of the geospatial index, as stored on disk, in bytes.- Returns:
- the diskSize
-
getDocCount
public Long getDocCount()
Gets the docCount. Number of documents in the geospatial index.- Returns:
- the docCount
-
-