Uses of Class
com.azure.search.documents.indexes.models.SearchIndexStatistics
Packages that use SearchIndexStatistics
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 SearchIndexStatistics in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes that return SearchIndexStatisticsModifier and TypeMethodDescriptionSearchIndexClient.getIndexStatistics(String indexName) Returns statistics for the given index, including a document count and storage usage.Methods in com.azure.search.documents.indexes that return types with arguments of type SearchIndexStatisticsModifier and TypeMethodDescriptionSearchIndexAsyncClient.getIndexStatistics(String indexName) Returns statistics for the given index, including a document count and storage usage.Mono<com.azure.core.http.rest.Response<SearchIndexStatistics>> SearchIndexAsyncClient.getIndexStatisticsWithResponse(String indexName) Returns statistics for the given index, including a document count and storage usage.com.azure.core.http.rest.Response<SearchIndexStatistics> SearchIndexClient.getIndexStatisticsWithResponse(String indexName, com.azure.core.util.Context context) Returns statistics for the given index, including a document count and storage usage. -
Uses of SearchIndexStatistics in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexStatisticsModifier and TypeMethodDescriptionstatic SearchIndexStatisticsSearchIndexStatistics.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexStatistics from the JsonReader.