Class ExcludedPath
java.lang.Object
com.microsoft.azure.management.cosmosdb.ExcludedPath
The ExcludedPath model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionpath()
Get the path for which the indexing behavior applies to.Set the path for which the indexing behavior applies to.
-
Constructor Details
-
ExcludedPath
public ExcludedPath()
-
-
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 ExcludedPath object itself.
-