Package com.azure.cosmos.models
Class CosmosFullTextPath
java.lang.Object
com.azure.cosmos.models.CosmosFullTextPath
Path settings within
CosmosFullTextPolicy-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the language for the cosmosFullText path.getPath()Gets the path for the cosmosFullText.setLanguage(String language) Sets the language for the cosmosFullText path.Sets the path for the cosmosFullText.
-
Constructor Details
-
CosmosFullTextPath
public CosmosFullTextPath()Constructor
-
-
Method Details
-
getPath
Gets the path for the cosmosFullText.- Returns:
- path
-
setPath
Sets the path for the cosmosFullText.- Parameters:
path- the path for the cosmosFullText.- Returns:
- CosmosFullTextPath
-
getLanguage
Gets the language for the cosmosFullText path.- Returns:
- language
-
setLanguage
Sets the language for the cosmosFullText path.- Parameters:
language- the language for the cosmosFullText path.- Returns:
- CosmosFullTextPath
-