Class CosmosFullTextIndex

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

public final class CosmosFullTextIndex extends Object
Represents cosmos full text index of the IndexingPolicy in the Azure Cosmos DB database service.
  • 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.