Share via


IndexingPolicy.IncludedPaths Propiedad

Definición

Obtiene 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.Cosmos.IncludedPath> IncludedPaths { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="includedPaths")>]
member this.IncludedPaths : System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.IncludedPath>
Public ReadOnly Property IncludedPaths As Collection(Of IncludedPath)

Valor de propiedad

Colección que contiene IncludedPath objetos .

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a