Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IndexDocumentsBatch<T>.Actions Property

Definition

Namespace:
Azure.Search.Documents.Models
Assembly:
Azure.Search.Documents.dll
Package:
Azure.Search.Documents v12.0.0
Package:
Azure.Search.Documents v12.1.0-beta.1
Source:
IndexDocumentsBatch.cs
Source:
IndexDocumentsBatch.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?