Uses of Class
com.azure.resourcemanager.cosmos.models.SpatialSpec
-
Packages that use SpatialSpec Package Description com.azure.resourcemanager.cosmos.models 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 SpatialSpec Modifier and Type Method Description SpatialSpecSpatialSpec. withPath(String path)Set the path property: The path for which the indexing behavior applies to.SpatialSpecSpatialSpec. 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 SpatialSpec Modifier and Type Method Description List<SpatialSpec>IndexingPolicy. spatialIndexes()Get the spatialIndexes property: List of spatial specifics.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type SpatialSpec Modifier and Type Method Description IndexingPolicyIndexingPolicy. withSpatialIndexes(List<SpatialSpec> spatialIndexes)Set the spatialIndexes property: List of spatial specifics.
-