service_statistics
Creates, updates, deletes, gets or lists a service_statistics resource.
Overview
| Name | service_statistics |
| Type | Resource |
| Id | azure.search_documents.service_statistics |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_service_statistics | exec | search_service_name | Gets service level statistics for a search service. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
search_service_name | string | Search service name. (default: ) |
Lifecycle Methods
- get_service_statistics
Gets service level statistics for a search service.
EXEC azure.search_documents.service_statistics.get_service_statistics
@search_service_name='{{ search_service_name }}' --required
;