Uses of Class
com.azure.search.documents.indexes.models.KnowledgeSourceStatistics
Packages that use KnowledgeSourceStatistics
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of KnowledgeSourceStatistics in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type KnowledgeSourceStatisticsModifier and TypeClassDescriptionfinal classStatistical information about knowledge source synchronization history.Methods in com.azure.search.documents.indexes.models that return KnowledgeSourceStatisticsModifier and TypeMethodDescriptionstatic KnowledgeSourceStatisticsKnowledgeSourceStatistics.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeSourceStatistics from the JsonReader.KnowledgeSourceStatus.getStatistics()Get the statistics property: Statistical information about the knowledge source synchronization history.Methods in com.azure.search.documents.indexes.models with parameters of type KnowledgeSourceStatisticsModifier and TypeMethodDescriptionKnowledgeSourceStatus.setStatistics(KnowledgeSourceStatistics statistics) Set the statistics property: Statistical information about the knowledge source synchronization history.