Uses of Enum
com.azure.search.documents.models.IndexActionType
Packages that use IndexActionType
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of IndexActionType in com.azure.search.documents.models
Subclasses with type arguments of type IndexActionType in com.azure.search.documents.modelsModifier and TypeClassDescriptionenumThe operation to perform on a document in an indexing batch.Methods in com.azure.search.documents.models that return IndexActionTypeModifier and TypeMethodDescriptionstatic IndexActionTypeIndexActionType.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 IndexActionTypeReturns 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.