Uses of Class
com.azure.search.documents.indexes.models.IndexStatisticsSummary
Packages that use IndexStatisticsSummary
Package
Description
Azure AI Search, formerly known as "Azure AI Search", provides secure information retrieval at scale over
user-owned content in traditional and conversational search applications.
Package containing the data models for SearchServiceClient.
-
Uses of IndexStatisticsSummary in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes that return types with arguments of type IndexStatisticsSummaryModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<IndexStatisticsSummary> SearchIndexAsyncClient.getIndexStatsSummary()Retrieves a summary of statistics for all indexes in the search service.com.azure.core.http.rest.PagedIterable<IndexStatisticsSummary> SearchIndexClient.getIndexStatsSummary()Retrieves a summary of statistics for all indexes in the search service.com.azure.core.http.rest.PagedIterable<IndexStatisticsSummary> SearchIndexClient.getIndexStatsSummary(com.azure.core.util.Context context) Retrieves a summary of statistics for all indexes in the search service. -
Uses of IndexStatisticsSummary in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return IndexStatisticsSummaryModifier and TypeMethodDescriptionstatic IndexStatisticsSummaryIndexStatisticsSummary.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IndexStatisticsSummary from the JsonReader.Methods in com.azure.search.documents.indexes.models that return types with arguments of type IndexStatisticsSummaryModifier and TypeMethodDescriptionListIndexStatsSummary.getIndexesStatistics()Get the indexesStatistics property: The Statistics summary of all indexes in the Search service.Constructor parameters in com.azure.search.documents.indexes.models with type arguments of type IndexStatisticsSummaryModifierConstructorDescriptionListIndexStatsSummary(List<IndexStatisticsSummary> indexesStatistics) Creates an instance of ListIndexStatsSummary class.