Table of Contents

Enum SearchCountType

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

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.