IndexingPolicy.ExcludedPaths Propiedad

Definición

Obtiene o establece 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.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)

Valor de propiedad

Colección que contiene ExcludedPath objetos.

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a