Class OnActionAddedOptions<T>
java.lang.Object
com.azure.search.documents.options.OnActionAddedOptions<T>
- Type Parameters:
T
- Type of the document in the action.
Options passed when
SearchClientBuilder.SearchIndexingBufferedSenderBuilder.onActionAdded(Consumer)
is
called.-
Constructor Summary
ConstructorsConstructorDescriptionOnActionAddedOptions
(IndexAction<T> action) Creates a new OnActionAddedOptions object. -
Method Summary
-
Constructor Details
-
OnActionAddedOptions
Creates a new OnActionAddedOptions object.- Parameters:
action
- Action being added.
-
-
Method Details
-
getAction
Gets the action.- Returns:
- The action.
-