次の方法で共有


IndexAction<T>.ActionType プロパティ

定義

インデックス作成バッチ内のドキュメントに対して実行する操作を取得または設定します。 指定できる値は、'upload'、'merge'、'mergeOrUpload'、'delete' です。

[Newtonsoft.Json.JsonProperty(PropertyName="@search.action")]
public Microsoft.Azure.Search.Models.IndexActionType ActionType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="@search.action")>]
member this.ActionType : Microsoft.Azure.Search.Models.IndexActionType with get, set
Public Property ActionType As IndexActionType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象