Uses of Enum
com.azure.search.documents.indexes.models.IndexerStatus
Packages that use IndexerStatus
Package
Description
Package containing the data models 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 IndexerStatusIndexerStatus.fromString(String value) Parses a serialized value to a IndexerStatus instance.SearchIndexerStatus.getStatus()Get the status property: Overall indexer status.static IndexerStatusReturns 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.