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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java