次の方法で共有


IndexingParameters.MaxFailedItemsPerBatch プロパティ

定義

バッチのインデックス作成に失敗しても成功と見なされる可能性がある、1 つのバッチ内のアイテムの最大数を取得または設定します。 -1 は無制限を意味します。 既定値は 0 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象