次の方法で共有


IndexerExecutionResult.ItemCount プロパティ

定義

このインデクサーの実行中に処理された項目の数を取得します。 これには、正常に処理された項目と、インデックス作成が試行されたが失敗した項目の両方が含まれます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象