次の方法で共有


IndexingPolicy.ExcludedPaths プロパティ

定義

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

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

プロパティ値

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

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象