Uses of Enum
com.azure.search.documents.indexes.models.IndexerExecutionStatus
Packages that use IndexerExecutionStatus
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of IndexerExecutionStatus in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return IndexerExecutionStatusModifier and TypeMethodDescriptionstatic IndexerExecutionStatusIndexerExecutionStatus.fromString(String value) Parses a serialized value to a IndexerExecutionStatus instance.IndexerExecutionResult.getStatus()Get the status property: The outcome of this indexer execution.static IndexerExecutionStatusReturns the enum constant of this type with the specified name.static IndexerExecutionStatus[]IndexerExecutionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.azure.search.documents.indexes.models with parameters of type IndexerExecutionStatusModifierConstructorDescriptionIndexerExecutionResult(IndexerExecutionStatus status, List<SearchIndexerError> errors, List<SearchIndexerWarning> warnings, int itemCount, int failedItemCount) Creates an instance of IndexerExecutionResult class.