Interface ISearchResults
- Namespace
- Examine
- Assembly
- Examine.Core.dll
Represents search results from a query
public interface ISearchResults : IEnumerable<ISearchResult>, IEnumerable
- Inherited Members
Properties
TotalItemCount
Returns the Total item count for the search regardless of skip/take/max count values
long TotalItemCount { get; }