Uses of Class
com.azure.resourcemanager.cosmos.models.FullTextPath
Packages that use FullTextPath
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of FullTextPath in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return FullTextPathModifier and TypeMethodDescriptionstatic FullTextPathFullTextPath.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FullTextPath from the JsonReader.FullTextPath.withLanguage(String language) Set the language property: The language of the full text field in the document.Set the path property: The path to the full text field in the document.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type FullTextPathModifier and TypeMethodDescriptionFullTextPolicy.fullTextPaths()Get the fullTextPaths property: List of FullText Paths.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type FullTextPathModifier and TypeMethodDescriptionFullTextPolicy.withFullTextPaths(List<FullTextPath> fullTextPaths) Set the fullTextPaths property: List of FullText Paths.