次の方法で共有


IndexerExecutionResult.Warnings プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象