Class CosmosFullTextPath

java.lang.Object
com.azure.cosmos.models.CosmosFullTextPath

public final class CosmosFullTextPath extends Object
Path settings within CosmosFullTextPolicy
  • Constructor Details

    • CosmosFullTextPath

      public CosmosFullTextPath()
      Constructor
  • Method Details

    • getPath

      public String getPath()
      Gets the path for the cosmosFullText.
      Returns:
      path
    • setPath

      public CosmosFullTextPath setPath(String path)
      Sets the path for the cosmosFullText.
      Parameters:
      path - the path for the cosmosFullText.
      Returns:
      CosmosFullTextPath
    • getLanguage

      public String getLanguage()
      Gets the language for the cosmosFullText path.
      Returns:
      language
    • setLanguage

      public CosmosFullTextPath setLanguage(String language)
      Sets the language for the cosmosFullText path.
      Parameters:
      language - the language for the cosmosFullText path.
      Returns:
      CosmosFullTextPath