IndexingPolicy.FullTextIndexes 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 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", } ]