IndexBatch<T>.Actions Property

Definition

Gets or sets the actions in the batch.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Search.Models.IndexAction<T>> Actions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Actions : seq<Microsoft.Azure.Search.Models.IndexAction<'T>> with get, set
Public Property Actions As IEnumerable(Of IndexAction(Of T))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to