次の方法で共有


IncludedPath.Path プロパティ

定義

Azure Cosmos DB サービスでインデックスを作成するパスを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="path")]
public string Path { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="path")>]
member this.Path : string with get, set
Public Property Path As String

プロパティ値

インデックスを作成するパス。

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

パスを http://azure.microsoft.com/documentation/articles/documentdb-indexing-policies/#ConfigPolicy 指定する方法については、こちらを参照してください。 いくつかの有効な例: /"prop"/?、/"prop"/**、/"prop"/"subprop"/?、/"prop"/[]/?

適用対象