ExcludedPath Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. models. ExcludedPath
- com.
Implements
public final class ExcludedPath
implements JsonSerializable<ExcludedPath>
The ExcludedPath model.
Constructor Summary
Constructor | Description |
---|---|
ExcludedPath() |
Creates an instance of Excluded |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Excluded |
fromJson(JsonReader jsonReader)
Reads an instance of Excluded |
String |
path()
Get the path property: The path for which the indexing behavior applies to. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Excluded |
withPath(String path)
Set the path property: The path for which the indexing behavior applies to. |
Methods inherited from java.lang.Object
Constructor Details
ExcludedPath
public ExcludedPath()
Creates an instance of ExcludedPath class.
Method Details
fromJson
public static ExcludedPath fromJson(JsonReader jsonReader)
Reads an instance of ExcludedPath from the JsonReader.
Parameters:
Returns:
Throws:
path
public String path()
Get the path property: The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*).
Returns:
toJson
validate
public void validate()
Validates the instance.
withPath
public ExcludedPath withPath(String path)
Set the path property: The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*).
Parameters:
Returns:
Applies to
Azure SDK for Java