Class SearchServiceStatistics
java.lang.Object
com.azure.search.documents.indexes.models.SearchServiceStatistics
Response from a get service statistics request. If successful, it includes service level counters and limits.
-
Constructor Summary
ConstructorsConstructorDescriptionSearchServiceStatistics
(SearchServiceCounters counters, SearchServiceLimits limits) Creates an instance of SearchServiceStatistics class. -
Method Summary
Modifier and TypeMethodDescriptionGet the counters property: Service level resource counters.Get the limits property: Service level general limits.
-
Constructor Details
-
SearchServiceStatistics
Creates an instance of SearchServiceStatistics class.- Parameters:
counters
- the counters value to set.limits
- the limits value to set.
-
-
Method Details
-
getCounters
Get the counters property: Service level resource counters.- Returns:
- the counters value.
-
getLimits
Get the limits property: Service level general limits.- Returns:
- the limits value.
-