Partager via


IndexingPolicy.CompositeIndexes Propriété

Définition

Obtient les index composites pour les index supplémentaires

[Newtonsoft.Json.JsonProperty(PropertyName="compositeIndexes")]
public System.Collections.ObjectModel.Collection<System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.CompositePath>> CompositeIndexes { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="compositeIndexes")>]
member this.CompositeIndexes : System.Collections.ObjectModel.Collection<System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.CompositePath>>
Public ReadOnly Property CompositeIndexes As Collection(Of Collection(Of CompositePath))

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Exemples

« composite »: [ { « path »: « /joining_year », « order »: « ascending » }, { « path »: « /level », « order »: « descending » } ], [ { « path »: « /country » }, { « path »: « /city » } ] ]

S’applique à