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