次の方法で共有


IndexerExecutionResult.Errors プロパティ

定義

項目レベルのインデックス作成エラーを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="errors")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.ItemError> Errors { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errors")>]
member this.Errors : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.ItemError>
Public ReadOnly Property Errors As IList(Of ItemError)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象