Uses of Class
com.azure.resourcemanager.cosmos.models.Indexes
Packages that use Indexes
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of Indexes in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return IndexesModifier and TypeMethodDescriptionstatic Indexes
Indexes.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Indexes from the JsonReader.Indexes.withDataType
(DataType dataType) Set the dataType property: The datatype for which the indexing behavior is applied to.Set the kind property: Indicates the type of index.Indexes.withPrecision
(Integer precision) Set the precision property: The precision of the index. -1 is maximum precision.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type IndexesModifier and TypeMethodDescriptionIncludedPath.indexes()
Get the indexes property: List of indexes for this path.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type IndexesModifier and TypeMethodDescriptionIncludedPath.withIndexes
(List<Indexes> indexes) Set the indexes property: List of indexes for this path.