Share via


IndexingPolicy.IncludedPaths Propiedad

Definición

Obtiene o establece la colección que contiene IncludedPath objetos en el servicio Azure Cosmos DB.

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

Valor de propiedad

Colección que contiene IncludedPath objetos.

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a