Uses of Class
com.azure.search.documents.indexes.models.KnowledgeSourceStatus
Packages that use KnowledgeSourceStatus
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of KnowledgeSourceStatus in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type KnowledgeSourceStatusModifier and TypeClassDescriptionfinal classRepresents the status and synchronization history of a knowledge source.Methods in com.azure.search.documents.indexes.models that return KnowledgeSourceStatusModifier and TypeMethodDescriptionstatic KnowledgeSourceStatusKnowledgeSourceStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeSourceStatus from the JsonReader.KnowledgeSourceStatus.setCurrentSynchronizationState(SynchronizationState currentSynchronizationState) Set the currentSynchronizationState property: Current synchronization state that spans multiple indexer runs.KnowledgeSourceStatus.setLastSynchronizationState(CompletedSynchronizationState lastSynchronizationState) Set the lastSynchronizationState property: Details of the last completed synchronization.KnowledgeSourceStatus.setStatistics(KnowledgeSourceStatistics statistics) Set the statistics property: Statistical information about the knowledge source synchronization history.KnowledgeSourceStatus.setSynchronizationInterval(String synchronizationInterval) Set the synchronizationInterval property: The synchronization interval (e.g., '1d' for daily).