Partager via


IncludedPath.Indexes Propriété

Définition

Obtient ou définit la collection d’objets Index à appliquer pour ce chemin inclus dans le service Azure Cosmos DB.

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

Valeur de propriété

Collection des Index objets à appliquer pour ce chemin inclus.

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à