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