Package com.azure.cosmos.models
Class CosmosFullTextPath
java.lang.Object
com.azure.cosmos.models.CosmosFullTextPath
@Beta(value=V4_65_0,
warningText="Preview API - subject to change in non-backwards compatible way")
public final class CosmosFullTextPath
extends Object
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
@Beta(value=V4_65_0, warningText="Preview API - subject to change in non-backwards compatible way") public CosmosFullTextPath()Constructor
-
-
Method Details
-
getPath
@Beta(value=V4_65_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getPath()Gets the path for the cosmosFullText.- Returns:
- path
-
setPath
@Beta(value=V4_65_0, warningText="Preview API - subject to change in non-backwards compatible way") public CosmosFullTextPath setPath(String path) Sets the path for the cosmosFullText.- Parameters:
path- the path for the cosmosFullText.- Returns:
- CosmosFullTextPath
-
getLanguage
@Beta(value=V4_65_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getLanguage()Gets the language for the cosmosFullText path.- Returns:
- language
-
setLanguage
@Beta(value=V4_65_0, warningText="Preview API - subject to change in non-backwards compatible way") public CosmosFullTextPath setLanguage(String language) Sets the language for the cosmosFullText path.- Parameters:
language- the language for the cosmosFullText path.- Returns:
- CosmosFullTextPath
-