IndexingParameters.MaxFailedItems Property

Definition

Gets or sets the maximum number of items that can fail indexing for indexer execution to still be considered successful. -1 means no limit. Default is 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to