次の方法で共有


IncludedPath.Indexes プロパティ

定義

Azure Cosmos DB サービスに含まれるこのパスに適用するオブジェクトのコレクション Index を取得または設定します。

[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)

プロパティ値

このインクルード パスに Index 適用するオブジェクトのコレクション。

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象