SearchIndexStatistics.Explicit(Response to SearchIndexStatistics) Operator

Definition

public static explicit operator Azure.Search.Documents.Indexes.Models.SearchIndexStatistics(Azure.Response response);
static member op_Explicit : Azure.Response -> Azure.Search.Documents.Indexes.Models.SearchIndexStatistics
Public Shared Narrowing Operator CType (response As Response) As SearchIndexStatistics

Parameters

response
Response

The Response to deserialize the SearchIndexStatistics from.

Returns

Applies to