次の方法で共有


IndexingPolicy.CompositeIndexes プロパティ

定義

加算型複合インデックスを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

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

適用対象