FullTextIndexPath Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. models. FullTextIndexPath
- com.
Implements
public final class FullTextIndexPath
implements JsonSerializable<FullTextIndexPath>
Represents the full text index path.
Constructor Summary
| Constructor | Description |
|---|---|
| FullTextIndexPath() |
Creates an instance of Full |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Full |
fromJson(JsonReader jsonReader)
Reads an instance of Full |
| String |
path()
Get the path property: The path to the full text field in the document. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Full |
withPath(String path)
Set the path property: The path to the full text field in the document. |
Methods inherited from java.lang.Object
Constructor Details
FullTextIndexPath
public FullTextIndexPath()
Creates an instance of FullTextIndexPath class.
Method Details
fromJson
public static FullTextIndexPath fromJson(JsonReader jsonReader)
Reads an instance of FullTextIndexPath from the JsonReader.
Parameters:
Returns:
Throws:
path
public String path()
Get the path property: The path to the full text field in the document.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPath
public FullTextIndexPath withPath(String path)
Set the path property: The path to the full text field in the document.
Parameters:
Returns: