Uses of Class
com.azure.resourcemanager.cosmos.models.Indexes
-
Packages that use Indexes Package Description com.azure.resourcemanager.cosmos.models 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 Indexes Modifier and Type Method Description IndexesIndexes. withDataType(DataType dataType)Set the dataType property: The datatype for which the indexing behavior is applied to.IndexesIndexes. withKind(IndexKind kind)Set the kind property: Indicates the type of index.IndexesIndexes. withPrecision(Integer precision)Set the precision property: The precision of the index.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type Indexes Modifier and Type Method Description List<Indexes>IncludedPath. indexes()Get the indexes property: List of indexes for this path.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type Indexes Modifier and Type Method Description IncludedPathIncludedPath. withIndexes(List<Indexes> indexes)Set the indexes property: List of indexes for this path.
-