Enum SearchCountType
The type of count of the documents in a search result set.
public enum SearchCountType
Fields
LowerBound = 0
A lower bound count of the number of documents that match the query.
Total = 1
An exact count of the number of documents that match the query.