Uses of Class
com.azure.search.documents.indexes.models.CompletedSynchronizationState
Packages that use CompletedSynchronizationState
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of CompletedSynchronizationState in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type CompletedSynchronizationStateModifier and TypeClassDescriptionfinal classRepresents the completed state of the last synchronization.Methods in com.azure.search.documents.indexes.models that return CompletedSynchronizationStateModifier and TypeMethodDescriptionCompletedSynchronizationState.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CompletedSynchronizationState from the JsonReader.KnowledgeSourceStatus.getLastSynchronizationState()Get the lastSynchronizationState property: Details of the last completed synchronization.Methods in com.azure.search.documents.indexes.models with parameters of type CompletedSynchronizationStateModifier and TypeMethodDescriptionKnowledgeSourceStatus.setLastSynchronizationState(CompletedSynchronizationState lastSynchronizationState) Set the lastSynchronizationState property: Details of the last completed synchronization.