Interface IHitsMetadata<T>
Assembly: OpenSearch.Client.dll
public interface IHitsMetadata<out T> where T : class
Type Parameters
Properties
|
Edit this page
View Source
Declaration
[DataMember(Name = "hits")]
IReadOnlyCollection<IHit<out T>> Hits { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "max_score")]
double? MaxScore { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "total")]
TotalHits Total { get; }
Property Value
Extension Methods