OpenSearch.Client by OpenSearch and contributors

<PackageReference Include="OpenSearch.Client" Version="1.1.0" />

.NET API 3,505,832 bytes

 SearchStats

public class SearchStats
public long FetchCurrent { get; set; }

public long FetchTimeInMilliseconds { get; set; }

public long FetchTotal { get; set; }

public long OpenContexts { get; set; }

public long QueryCurrent { get; set; }

public long QueryTimeInMilliseconds { get; set; }

public long QueryTotal { get; set; }

public long ScrollCurrent { get; set; }

public long ScrollTimeInMilliseconds { get; set; }

public long ScrollTotal { get; set; }

public long SuggestCurrent { get; set; }

public long SuggestTimeInMilliseconds { get; set; }

public long SuggestTotal { get; set; }

public SearchStats()