Class KnowledgeSourceSynchronizationStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KnowledgeSourceSynchronizationStatus>
com.azure.search.documents.indexes.models.KnowledgeSourceSynchronizationStatus
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class KnowledgeSourceSynchronizationStatus
extends com.azure.core.util.ExpandableStringEnum<KnowledgeSourceSynchronizationStatus>
The current synchronization status of the knowledge source.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KnowledgeSourceSynchronizationStatusThe knowledge source is active and synchronization runs are occurring.static final KnowledgeSourceSynchronizationStatusThe knowledge source is being provisioned.static final KnowledgeSourceSynchronizationStatusThe knowledge source is being deleted and synchronization is paused. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a KnowledgeSourceSynchronizationStatus from its string representation.values()Gets known KnowledgeSourceSynchronizationStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CREATING
The knowledge source is being provisioned. -
ACTIVE
The knowledge source is active and synchronization runs are occurring. -
DELETING
The knowledge source is being deleted and synchronization is paused.
-
-
Constructor Details
-
KnowledgeSourceSynchronizationStatus
Deprecated.Use thefromString(String)factory method.Creates a new instance of KnowledgeSourceSynchronizationStatus value.
-
-
Method Details
-
fromString
Creates or finds a KnowledgeSourceSynchronizationStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding KnowledgeSourceSynchronizationStatus.
-
values
Gets known KnowledgeSourceSynchronizationStatus values.- Returns:
- known KnowledgeSourceSynchronizationStatus values.
-
fromString(String)factory method.