Package com.ibm.cloud.cloudant.v1.model
Class GeoIndexInformation
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.GeoIndexInformation
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GeoIndexInformation extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for information about a geospatial index.
-
-
Constructor Summary
Constructors Constructor Description GeoIndexInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoIndexStats
getGeoIndex()
Gets the geoIndex.String
getName()
Gets the name.
-
-
-
Method Detail
-
getGeoIndex
public GeoIndexStats getGeoIndex()
Gets the geoIndex. Schema for geospatial index statistics.- Returns:
- the geoIndex
-
getName
public String getName()
Gets the name. The name of the geospatial index design document.- Returns:
- the name
-
-