ContainerProperties.FullTextPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the full text search paths for items in the container.
[Newtonsoft.Json.JsonIgnore]
public Microsoft.Azure.Cosmos.FullTextPolicy FullTextPolicy { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.FullTextPolicy : Microsoft.Azure.Cosmos.FullTextPolicy with get, set
Public Property FullTextPolicy As FullTextPolicy
Property Value
It is an optional property. By default, FullTextPolicy is set to null meaning the feature is turned off for the container.
- Attributes
-
Newtonsoft.Json.JsonIgnoreAttribute
Remarks
The FullTextPolicy will be applied to all the items in the container.