Package com.azure.data.cosmos
Class ExcludedPath
- java.lang.Object
-
- com.azure.data.cosmos.JsonSerializable
-
- com.azure.data.cosmos.ExcludedPath
-
public class ExcludedPath extends JsonSerializable
Represents an excluded path of the IndexingPolicy in the Azure Cosmos DB database service.
-
-
Constructor Summary
Constructors Constructor Description ExcludedPath()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
path()
Gets path.ExcludedPath
path(String path)
Sets path.-
Methods inherited from class com.azure.data.cosmos.JsonSerializable
get, getBoolean, getCollection, getDouble, getInt, getList, getLogger, getLong, getMap, getObject, getObjectByPath, getString, has, toJson, toJson, toObject, toString
-
-
-
-
Method Detail
-
path
public String path()
Gets path.- Returns:
- the path.
-
path
public ExcludedPath path(String path)
Sets path.- Parameters:
path
- the path.- Returns:
- the Exculded path.
-
-