FullTextPolicy.FullTextPaths 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 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