Compartilhar via


IndexingPolicy.IncludedPaths Propriedade

Definição

Obtém ou define a coleção que contém IncludedPath objetos no serviço do 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 da propriedade

A coleção que contém IncludedPath objetos.

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a