IndexDocumentsBatch<T>.Actions Property

Definition

The actions in the batch.

public System.Collections.Generic.IList<Azure.Search.Documents.Models.IndexDocumentsAction<T>> Actions { get; }
member this.Actions : System.Collections.Generic.IList<Azure.Search.Documents.Models.IndexDocumentsAction<'T>>
Public ReadOnly Property Actions As IList(Of IndexDocumentsAction(Of T))

Property Value

Applies to