Udostępnij za pośrednictwem


IndexingPolicy.ExcludedPaths Property

Definition

Gets or sets list of paths to exclude from indexing

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to