CosmosFullTextPath Class
- java.
lang. Object - com.
azure. cosmos. models. CosmosFullTextPath
- com.
public final class CosmosFullTextPath
Path settings within CosmosFullTextPolicy
Constructor Summary
Constructor | Description |
---|---|
CosmosFullTextPath() |
Constructor |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getLanguage()
Gets the language for the cosmos |
String |
getPath()
Gets the path for the cosmos |
Cosmos |
setLanguage(String language)
Sets the language for the cosmos |
Cosmos |
setPath(String path)
Sets the path for the cosmos |
Methods inherited from java.lang.Object
Constructor Details
CosmosFullTextPath
public CosmosFullTextPath()
Constructor
Method Details
getLanguage
public String getLanguage()
Gets the language for the cosmosFullText path.
Returns:
getPath
public String getPath()
Gets the path for the cosmosFullText.
Returns:
setLanguage
public CosmosFullTextPath setLanguage(String language)
Sets the language for the cosmosFullText path.
Parameters:
Returns:
setPath
public CosmosFullTextPath setPath(String path)
Sets the path for the cosmosFullText.
Parameters:
Returns:
Applies to
Azure SDK for Java