IndexingPolicy.ExcludedPaths Property

Definition

Gets or sets the collection containing ExcludedPath objects in the Azure Cosmos DB service.

[Newtonsoft.Json.JsonProperty(PropertyName="excludedPaths")]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.ExcludedPath> ExcludedPaths { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="excludedPaths")>]
member this.ExcludedPaths : System.Collections.ObjectModel.Collection<Microsoft.Azure.Documents.ExcludedPath> with get, set
Public Property ExcludedPaths As Collection(Of ExcludedPath)

Property Value

The collection containing ExcludedPath objects.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to