Bagikan melalui


IndexAction<T>.ActionType Property

Definition

Gets or sets the operation to perform on a document in an indexing batch. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to