Skip to main content

service_statistics

Creates, updates, deletes, gets or lists a service_statistics resource.

Overview

Nameservice_statistics
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
get_service_statisticsexecsearch_service_nameGets 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.

NameDatatypeDescription
search_service_namestringSearch service name. (default: )

Lifecycle Methods

Gets service level statistics for a search service.

EXEC azure.search_documents.service_statistics.get_service_statistics 
@search_service_name='{{ search_service_name }}' --required
;