Uses of Class
com.azure.search.documents.indexes.models.KnowledgeSourceSynchronizationStatus
Packages that use KnowledgeSourceSynchronizationStatus
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of KnowledgeSourceSynchronizationStatus in com.azure.search.documents.indexes.models
Subclasses with type arguments of type KnowledgeSourceSynchronizationStatus in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classThe current synchronization status of the knowledge source.Fields in com.azure.search.documents.indexes.models declared as KnowledgeSourceSynchronizationStatusModifier and TypeFieldDescriptionstatic final KnowledgeSourceSynchronizationStatusKnowledgeSourceSynchronizationStatus.ACTIVEThe knowledge source is active and synchronization runs are occurring.static final KnowledgeSourceSynchronizationStatusKnowledgeSourceSynchronizationStatus.CREATINGThe knowledge source is being provisioned.static final KnowledgeSourceSynchronizationStatusKnowledgeSourceSynchronizationStatus.DELETINGThe knowledge source is being deleted and synchronization is paused.Methods in com.azure.search.documents.indexes.models that return KnowledgeSourceSynchronizationStatusModifier and TypeMethodDescriptionKnowledgeSourceSynchronizationStatus.fromString(String name) Creates or finds a KnowledgeSourceSynchronizationStatus from its string representation.KnowledgeSourceStatus.getSynchronizationStatus()Get the synchronizationStatus property: The current synchronization status of the knowledge source.Methods in com.azure.search.documents.indexes.models that return types with arguments of type KnowledgeSourceSynchronizationStatusModifier and TypeMethodDescriptionKnowledgeSourceSynchronizationStatus.values()Gets known KnowledgeSourceSynchronizationStatus values.Constructors in com.azure.search.documents.indexes.models with parameters of type KnowledgeSourceSynchronizationStatusModifierConstructorDescriptionKnowledgeSourceStatus(KnowledgeSourceSynchronizationStatus synchronizationStatus) Creates an instance of KnowledgeSourceStatus class.