SearchIndexClient (preview:2016-09-01)

2025/12/05 • 1 new methods

DocumentsProxy_Count (new)
Description Queries the number of documents in the Azure Search index.
Reference Link ¶

⚼ Request

GET:  /docs/$count
{
client-request-id: string ,
api-version: string ,
}

⚐ Response (200)

{
$schema: integer ,
}