Click or drag to resize

SearchMetaCountResult Constructor

Initializes a new instance of the SearchMetaCountResult class.

Namespace:  MongoDB.Driver.Search
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public SearchMetaCountResult(
	Nullable<long> lowerBound,
	Nullable<long> total
)

Parameters

lowerBound
Type: SystemNullableInt64
Lower bound for this result set.
total
Type: SystemNullableInt64
Total for this result set.
See Also