Package com.azure.cosmos.models
Class CosmosFullTextIndex
java.lang.Object
com.azure.cosmos.models.CosmosFullTextIndex
@Beta(value=V4_65_0,
warningText="Preview API - subject to change in non-backwards compatible way")
public final class CosmosFullTextIndex
extends Object
Represents cosmos full text index of the IndexingPolicy in the Azure Cosmos DB database service.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CosmosFullTextIndex
@Beta(value=V4_65_0, warningText="Preview API - subject to change in non-backwards compatible way") public CosmosFullTextIndex()Constructor
-
-
Method Details
-
getPath
@Beta(value=V4_65_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getPath()Gets path.- Returns:
- the path.
-
setPath
@Beta(value=V4_65_0, warningText="Preview API - subject to change in non-backwards compatible way") public CosmosFullTextIndex setPath(String path) Sets the path.- Parameters:
path
- the path.- Returns:
- the CosmosFullTextIndex.
-