次の方法で共有


IndexerExecutionResult.FailedItemCount プロパティ

定義

このインデクサーの実行中にインデックスを作成できなかった項目の数を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象