IndexerExecutionResult.FailedItemCount Property

Definition

Gets the number of items that failed to be indexed during this indexer execution.

[Newtonsoft.Json.JsonProperty(PropertyName="itemsFailed")]
public int FailedItemCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="itemsFailed")>]
member this.FailedItemCount : int
Public ReadOnly Property FailedItemCount As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to