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 Details

    • GeoIndexStats

      public GeoIndexStats()
  • Method Details

    • 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