次の方法で共有


IndexingParameters.MaxFailedItems プロパティ

定義

インデクサーの実行が成功したと見なされるためにインデックス作成に失敗する可能性がある項目の最大数を取得または設定します。 -1 は無制限を意味します。 既定値は 0 です。

[Newtonsoft.Json.JsonProperty(PropertyName="maxFailedItems")]
public int? MaxFailedItems { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxFailedItems")>]
member this.MaxFailedItems : Nullable<int> with get, set
Public Property MaxFailedItems As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象