public final class IndexAction<T> extends Object
| Constructor and Description |
|---|
IndexAction() |
| Modifier and Type | Method and Description |
|---|---|
IndexActionType |
getActionType()
Get the actionType property: The operation to perform on a document in
an indexing batch.
|
T |
getDocument()
Get the document on which the action will be performed; Fields other than the key are ignored for delete actions.
|
IndexAction<T> |
setActionType(IndexActionType actionType)
Set the actionType property: The operation to perform on a document in
an indexing batch.
|
IndexAction<T> |
setDocument(T document)
Get the document on which the action will be performed; Fields other than the key are ignored for delete actions.
|
public T getDocument()
public IndexAction<T> setDocument(T document)
document - the document value to set.public IndexActionType getActionType()
public IndexAction<T> setActionType(IndexActionType actionType)
actionType - the actionType value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.