Uses of Class
com.azure.resourcemanager.cosmos.models.FullTextPolicy
Packages that use FullTextPolicy
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of FullTextPolicy in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return FullTextPolicyModifier and TypeMethodDescriptionstatic FullTextPolicy
FullTextPolicy.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FullTextPolicy from the JsonReader.SqlContainerResource.fullTextPolicy()
Get the fullTextPolicy property: The FullText policy for the container.FullTextPolicy.withDefaultLanguage
(String defaultLanguage) Set the defaultLanguage property: The default language for a full text paths.FullTextPolicy.withFullTextPaths
(List<FullTextPath> fullTextPaths) Set the fullTextPaths property: List of FullText Paths.Methods in com.azure.resourcemanager.cosmos.models with parameters of type FullTextPolicyModifier and TypeMethodDescriptionRestorableSqlContainerPropertiesResourceContainer.withFullTextPolicy
(FullTextPolicy fullTextPolicy) Set the fullTextPolicy property: The FullText policy for the container.SqlContainerGetPropertiesResource.withFullTextPolicy
(FullTextPolicy fullTextPolicy) Set the fullTextPolicy property: The FullText policy for the container.SqlContainerResource.withFullTextPolicy
(FullTextPolicy fullTextPolicy) Set the fullTextPolicy property: The FullText policy for the container.