次の方法で共有


IndexingPolicy.IncludedPaths プロパティ

定義

Azure Cosmos DB サービス内のオブジェクトを IncludedPath 含むコレクションを取得または設定します。

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

プロパティ値

オブジェクトを IncludedPath 含むコレクション。

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象