CosmosFullTextIndex Class
- java.
lang. Object - com.
azure. cosmos. models. CosmosFullTextIndex
- com.
public final class CosmosFullTextIndex
Represents cosmos full text index of the IndexingPolicy in the Azure Cosmos DB database service.
Constructor Summary
Constructor | Description |
---|---|
CosmosFullTextIndex() |
Constructor |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Gets path. |
Cosmos |
setPath(String path)
Sets the path. |
Methods inherited from java.lang.Object
Constructor Details
CosmosFullTextIndex
public CosmosFullTextIndex()
Constructor
Method Details
getPath
public String getPath()
Gets path.
Returns:
the path.
setPath
public CosmosFullTextIndex setPath(String path)
Sets the path.
Parameters:
path
- the path.
Returns:
the CosmosFullTextIndex.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java