Class IncludedPath
java.lang.Object
com.microsoft.azure.management.cosmosdb.IncludedPath
The paths that are included in indexing.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionindexes()
Get list of indexes for this path.path()
Get the path for which the indexing behavior applies to.withIndexes
(List<Indexes> indexes) Set list of indexes for this path.Set the path for which the indexing behavior applies to.
-
Constructor Details
-
IncludedPath
public IncludedPath()
-
-
Method Details
-
path
Get the path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*).- Returns:
- the path value
-
withPath
Set the path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*).- Parameters:
path
- the path value to set- Returns:
- the IncludedPath object itself.
-
indexes
Get list of indexes for this path.- Returns:
- the indexes value
-
withIndexes
Set list of indexes for this path.- Parameters:
indexes
- the indexes value to set- Returns:
- the IncludedPath object itself.
-