Uses of Enum
com.azure.search.documents.models.IndexActionType
Packages that use IndexActionType
Package
Description
Package containing classes for SearchIndexClient.
-
Uses of IndexActionType in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return IndexActionTypeModifier and TypeMethodDescriptionstatic IndexActionType
IndexActionType.fromString
(String value) Parses a serialized value to a IndexActionType instance.IndexAction.getActionType()
Get the actionType property: The operation to perform on a document in an indexing batch.static IndexActionType
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.Methods in com.azure.search.documents.models with parameters of type IndexActionTypeModifier and TypeMethodDescriptionIndexAction.setActionType
(IndexActionType actionType) Set the actionType property: The operation to perform on a document in an indexing batch.