Class IndexBatchBase<T>

java.lang.Object
com.azure.search.documents.models.IndexBatchBase<T>
Direct Known Subclasses:
IndexDocumentsBatch

public class IndexBatchBase<T> extends Object
Contains a batch of document write actions to send to the index.
  • Constructor Details

  • Method Details

    • getActions

      public List<IndexAction<T>> getActions()
      Get the actions property: The actions in the batch.
      Returns:
      the actions value.