IndexingPolicy.IncludedPaths
Property
Definition
Gets or sets the collection containing IncludedPath objects in the Azure DocumentDB database service.
[Newtonsoft.Json.JsonProperty(PropertyName="includedPaths")]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.IncludedPath> IncludedPaths { get; set; }
Property Value
The collection containing IncludedPath objects.