Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
IncludedPath |
IncludedPath.withIndexes(List<Indexes> indexes)
Set list of indexes for this path.
|
IncludedPath |
IncludedPath.withPath(String path)
Set the path for which the indexing behavior applies to.
|
Modifier and Type | Method and Description |
---|---|
List<IncludedPath> |
IndexingPolicy.includedPaths()
Get list of paths to include in the indexing.
|
Modifier and Type | Method and Description |
---|---|
IndexingPolicy |
IndexingPolicy.withIncludedPaths(List<IncludedPath> includedPaths)
Set list of paths to include in the indexing.
|
Copyright © 2019. All rights reserved.