Uses of Class
com.azure.resourcemanager.cosmos.models.SpatialSpec
Packages that use SpatialSpec
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of SpatialSpec in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return SpatialSpecModifier and TypeMethodDescriptionstatic SpatialSpec
SpatialSpec.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SpatialSpec from the JsonReader.Set the path property: The path for which the indexing behavior applies to.SpatialSpec.withTypes
(List<SpatialType> types) Set the types property: List of path's spatial type.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type SpatialSpecModifier and TypeMethodDescriptionIndexingPolicy.spatialIndexes()
Get the spatialIndexes property: List of spatial specifics.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type SpatialSpecModifier and TypeMethodDescriptionIndexingPolicy.withSpatialIndexes
(List<SpatialSpec> spatialIndexes) Set the spatialIndexes property: List of spatial specifics.