IndexerExecutionResult.ItemCount Property

Definition

Gets the number of items that were processed during this indexer execution. This includes both successfully processed items and items where indexing was attempted but failed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to