ContainerProperties.FullTextPolicy Property

Definition

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.

Applies to