Class IndexBatchBase<T>
java.lang.Object
com.azure.search.documents.models.IndexBatchBase<T>
- Direct Known Subclasses:
IndexDocumentsBatch
Contains a batch of document write actions to send to the index.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<IndexAction<T>>
Get the actions property: The actions in the batch.
-
Constructor Details
-
IndexBatchBase
Constructor ofIndexBatchBase
- Parameters:
actions
- The actions in the batch.
-
-
Method Details
-
getActions
Get the actions property: The actions in the batch.- Returns:
- the actions value.
-