| Package | Description |
|---|---|
| com.azure.search.documents.models |
Package containing classes used for document management, autocomplete, search, or suggestion operations that are
being sent-to and received-from an Azure Cognitive Search service index.
|
| Modifier and Type | Method and Description |
|---|---|
IndexActionType |
IndexAction.getActionType()
Get the actionType property: The operation to perform on a document in
an indexing batch.
|
static IndexActionType |
IndexActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexActionType[] |
IndexActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IndexAction<T> |
IndexAction.setActionType(IndexActionType actionType)
Set the actionType property: The operation to perform on a document in
an indexing batch.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.