Compartir a través de


IndexingPolicy.ExcludedPaths Propiedad

Definición

Obtiene la colección que contiene ExcludedPath objetos en el servicio Azure Cosmos DB.

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

Valor de propiedad

Colección que contiene ExcludedPath objetos .

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a