| Package | Description |
|---|---|
| com.azure.search |
Package containing the classes for SearchIndexRestClient.
|
| com.azure.search.models |
Package containing the data models for SearchServiceRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceStatistics |
SearchServiceClient.getServiceStatistics()
Returns service level statistics for a search service, including service counters and limits.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceStatistics |
ServiceStatistics.setCounters(ServiceCounters counters)
Set the counters property: Service level resource counters.
|
ServiceStatistics |
ServiceStatistics.setLimits(ServiceLimits limits)
Set the limits property: Service level general limits.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.