次の方法で共有


IndexingPolicy.ExcludedPaths プロパティ

定義

インデックス作成から除外するパスの一覧を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="excludedPaths")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath> ExcludedPaths { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="excludedPaths")>]
member this.ExcludedPaths : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath> with get, set
Public Property ExcludedPaths As IList(Of ExcludedPath)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象