Class OnActionSucceededOptions<T>

java.lang.Object
com.azure.search.documents.options.OnActionSucceededOptions<T>
Type Parameters:
T - Type of the document in the action.

public final class OnActionSucceededOptions<T> extends Object
  • Constructor Details

    • OnActionSucceededOptions

      public OnActionSucceededOptions(IndexAction<T> indexAction)
      Creates a new OnActionSucceededOptions object.
      Parameters:
      indexAction - The action that successfully completed indexing.
  • Method Details

    • getIndexAction

      public IndexAction<T> getIndexAction()
      Gets the action.
      Returns:
      The action.