Uses of Class
com.azure.search.documents.indexes.models.SynchronizationState
Packages that use SynchronizationState
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SynchronizationState in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type SynchronizationStateModifier and TypeClassDescriptionfinal classRepresents the current state of an ongoing synchronization that spans multiple indexer runs.Methods in com.azure.search.documents.indexes.models that return SynchronizationStateModifier and TypeMethodDescriptionstatic SynchronizationStateSynchronizationState.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SynchronizationState from the JsonReader.KnowledgeSourceStatus.getCurrentSynchronizationState()Get the currentSynchronizationState property: Current synchronization state that spans multiple indexer runs.Methods in com.azure.search.documents.indexes.models with parameters of type SynchronizationStateModifier and TypeMethodDescriptionKnowledgeSourceStatus.setCurrentSynchronizationState(SynchronizationState currentSynchronizationState) Set the currentSynchronizationState property: Current synchronization state that spans multiple indexer runs.