Class SearchCountOptions

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Search

Assembly

MongoDB.Driver.dll

Options for counting the search results.

public sealed class SearchCountOptions

Inheritance

object

SearchCountOptions

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.ReferenceEquals(object, object)

object.ToString()

Properties

Threshold

Gets or sets the number of documents to include in the exact count ifType is LowerBound.

Type

Gets or sets the type of count of the documents in the result set.