次の方法で共有


ExcludedPath.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

適用対象