Uses of Class
com.azure.search.documents.indexes.models.SearchIndexStatistics
Packages that use SearchIndexStatistics
Package
Description
Package containing classes for creating
SearchIndexClient
,
SearchIndexAsyncClient
,
SearchIndexerClient
, or
SearchIndexerAsyncClient
used to perform resource management operations
on an Azure Cognitive Search service.-
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.