Class 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 Detail

      • GeoIndexStats

        public GeoIndexStats()
    • 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