Uses of Class
com.azure.cosmos.models.SpatialSpec
Packages that use SpatialSpec
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of SpatialSpec in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return SpatialSpecModifier and TypeMethodDescriptionSets path.SpatialSpec.setSpatialTypes
(List<SpatialType> spatialTypes) Sets the container of spatial types.Methods in com.azure.cosmos.models that return types with arguments of type SpatialSpecModifier and TypeMethodDescriptionIndexingPolicy.getSpatialIndexes()
Gets the spatial indexes for additional indexes.Method parameters in com.azure.cosmos.models with type arguments of type SpatialSpecModifier and TypeMethodDescriptionIndexingPolicy.setSpatialIndexes
(List<SpatialSpec> spatialIndexes) Sets the spatial indexes for additional indexes.