IndexingPolicy.FullTextIndexes Property

Definition

Gets the full text indexes

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="fullTextIndexes")]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.FullTextIndexPath> FullTextIndexes { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="fullTextIndexes")>]
member this.FullTextIndexes : System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.FullTextIndexPath> with get, set
Public Property FullTextIndexes As Collection(Of FullTextIndexPath)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Examples

"fullTextIndexes": [ { "path": "/v1", }, { "path": "/v2", }, { "path": "/v3", } ]

Applies to