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 -
Method Summary
Modifier and TypeMethodDescriptionGets the dataSize.Gets the diskSize.Gets the docCount.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
GeoIndexStats
public GeoIndexStats()
-
-
Method Details
-
getDataSize
Gets the dataSize. The size of the geospatial index, in bytes.- Returns:
- the dataSize
-
getDiskSize
Gets the diskSize. The size of the geospatial index, as stored on disk, in bytes.- Returns:
- the diskSize
-
getDocCount
Gets the docCount. Number of documents in the geospatial index.- Returns:
- the docCount
-