Uses of Class
com.azure.data.cosmos.SpatialSpec
-
Packages that use SpatialSpec Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of SpatialSpec in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return SpatialSpec Modifier and Type Method Description SpatialSpec
SpatialSpec. path(String path)
Sets path.SpatialSpec
SpatialSpec. spatialTypes(List<SpatialType> spatialTypes)
Sets the collection of spatial types.Methods in com.azure.data.cosmos that return types with arguments of type SpatialSpec Modifier and Type Method Description List<SpatialSpec>
IndexingPolicy. spatialIndexes()
Sets the spatial indexes for additional indexes.Method parameters in com.azure.data.cosmos with type arguments of type SpatialSpec Modifier and Type Method Description IndexingPolicy
IndexingPolicy. spatialIndexes(List<SpatialSpec> spatialIndexes)
Sets the spatial indexes for additional indexes.
-