FullTextPolicy.FullTextPaths Property

Definition

Gets or sets a collection of FullTextPath that contains the full text paths of documents in a collection in the Azure Cosmos DB service.

[Newtonsoft.Json.JsonIgnore]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.FullTextPath> FullTextPaths { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.FullTextPaths : System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.FullTextPath> with get, set
Public Property FullTextPaths As Collection(Of FullTextPath)

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to