CosmosFullTextPath Class

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

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 cosmosFullText path.

String getPath()

Gets the path for the cosmosFullText.

CosmosFullTextPath setLanguage(String language)

Sets the language for the cosmosFullText path.

CosmosFullTextPath setPath(String path)

Sets the path for the cosmosFullText.

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:

language

getPath

public String getPath()

Gets the path for the cosmosFullText.

Returns:

path

setLanguage

public CosmosFullTextPath setLanguage(String language)

Sets the language for the cosmosFullText path.

Parameters:

language - the language for the cosmosFullText path.

Returns:

CosmosFullTextPath

setPath

public CosmosFullTextPath setPath(String path)

Sets the path for the cosmosFullText.

Parameters:

path - the path for the cosmosFullText.

Returns:

CosmosFullTextPath

Applies to