IndexBatchBase<T> Class
- java.
lang. Object - com.
azure. search. documents. models. IndexBatchBase<T>
- com.
Type Parameters
- T
The type of the document being indexed.
public class IndexBatchBase
Contains a batch of document write actions to send to the index.
Constructor Summary
Constructor | Description |
---|---|
IndexBatchBase(List<IndexAction<T>> actions) |
Constructor of IndexBatchBase<T> |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Index |
getActions()
Get the actions property: The actions in the batch. |
Methods inherited from java.lang.Object
Constructor Details
IndexBatchBase
public IndexBatchBase(List
Constructor of IndexBatchBase<T>
Parameters:
actions
- The actions in the batch.
Method Details
getActions
public List
Get the actions property: The actions in the batch.
Returns:
the actions value.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java