Class SearchCountOptions
Options for counting the search results.
public sealed class SearchCountOptions
- Inheritance
-
SearchCountOptions
- Inherited Members
Properties
Threshold
Gets or sets the number of documents to include in the exact count if Type is LowerBound.
public int? Threshold { get; set; }
Property Value
- int?
Type
Gets or sets the type of count of the documents in the result set.
public SearchCountType Type { get; set; }