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.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
public SearchMetaCountResult(
	long? lowerBound,
	long? total
)

Parameters

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