Uses of Enum
com.azure.search.documents.indexes.models.IndexerStatus
Packages that use IndexerStatus
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of IndexerStatus in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return IndexerStatusModifier and TypeMethodDescriptionstatic IndexerStatus
IndexerStatus.fromString
(String value) Parses a serialized value to a IndexerStatus instance.SearchIndexerStatus.getStatus()
Get the status property: Overall indexer status.static IndexerStatus
Returns the enum constant of this type with the specified name.static IndexerStatus[]
IndexerStatus.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 IndexerStatusModifierConstructorDescriptionSearchIndexerStatus
(IndexerStatus status, List<IndexerExecutionResult> executionHistory, SearchIndexerLimits limits) Creates an instance of SearchIndexerStatus class.