| Package | Description |
|---|---|
| com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
| Modifier and Type | Method and Description |
|---|---|
Indexes |
Indexes.withDataType(DataType dataType)
Set the datatype for which the indexing behavior is applied to.
|
Indexes |
Indexes.withKind(IndexKind kind)
Set indicates the type of index.
|
Indexes |
Indexes.withPrecision(Integer precision)
Set the precision of the index.
|
| Modifier and Type | Method and Description |
|---|---|
List<Indexes> |
IncludedPath.indexes()
Get list of indexes for this path.
|
| Modifier and Type | Method and Description |
|---|---|
IncludedPath |
IncludedPath.withIndexes(List<Indexes> indexes)
Set list of indexes for this path.
|
Copyright © 2019. All rights reserved.